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.