diff options
-rw-r--r-- | Doc/howto/enum.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/enum.rst b/Doc/howto/enum.rst index 03f0565..5c2fc6f 100644 --- a/Doc/howto/enum.rst +++ b/Doc/howto/enum.rst @@ -1299,7 +1299,7 @@ enumerations):: DuplicateFreeEnum ^^^^^^^^^^^^^^^^^ -Raises an error if a duplicate member name is found instead of creating an +Raises an error if a duplicate member value is found instead of creating an alias:: >>> class DuplicateFreeEnum(Enum): |