[Enum] Typo: fix DuplicateFreeEnum example docs (GH-99265)

This commit is contained in:
Bruno Neyra 2022-11-08 21:39:56 -03:00 committed by GitHub
parent 2eee9d9cd7
commit b3bd69c1bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):