mirror of https://github.com/python/cpython.git
[3.11] gh-111797: fix enum how-to (GH-111805)
remove extra error line in how-to
This commit is contained in:
parent
bd4cc4715f
commit
4edf25565f
|
@ -1401,7 +1401,6 @@ alias::
|
|||
Traceback (most recent call last):
|
||||
...
|
||||
ValueError: aliases not allowed in DuplicateFreeEnum: 'GRENE' --> 'GREEN'
|
||||
Error calling __set_name__ on '_proto_member' instance 'GRENE' in 'Color'
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Reference in New Issue