Skip to content

Commit

Permalink
[Enum] Typo: fix DuplicateFreeEnum example docs (pythonGH-99265)
Browse files Browse the repository at this point in the history
  • Loading branch information
blv-brunoneyra authored Nov 9, 2022
1 parent 2eee9d9 commit b3bd69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/howto/enum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit b3bd69c

Please sign in to comment.