From f346eaf693c0cd43c8d8754086bf7391e86d6077 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 28 Oct 2002 07:33:01 +0000 Subject: [PATCH] grammar fix [SVN r16001] --- doc/tutorial/doc/quickstart.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/doc/quickstart.txt b/doc/tutorial/doc/quickstart.txt index 2c1116cb..7b4f1f1c 100644 --- a/doc/tutorial/doc/quickstart.txt +++ b/doc/tutorial/doc/quickstart.txt @@ -1122,7 +1122,7 @@ the construct: .value("blue", blue) ; -can be used to expose to Python. The new enum type is created in the +can be used to expose it to Python. The new enum type is created in the current [^scope()], which is usually the current module. The snippet above creates a Python class derived from Python's [^int] type which is associated with the C++ type passed as its first parameter.