From 51264c30cc4d1944f716bca085106cdc7ea43c8b Mon Sep 17 00:00:00 2001 From: Joel de Guzman Date: Thu, 10 Oct 2002 07:18:22 +0000 Subject: [PATCH] Typo... [SVN r15841] --- doc/tutorial/doc/enums.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/doc/enums.html b/doc/tutorial/doc/enums.html index 7626c948..78263303 100644 --- a/doc/tutorial/doc/enums.html +++ b/doc/tutorial/doc/enums.html @@ -43,7 +43,7 @@ the construct:

;

-can be used to expose it to Python. The new enum type is created in the +can be used to expose 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.