2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 05:02:17 +00:00

grammar fix

[SVN r16001]
This commit is contained in:
Dave Abrahams
2002-10-28 07:33:01 +00:00
parent 038be89766
commit f346eaf693

View File

@@ -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.