Skip to content

Commit 4edf255

Browse files
authored
[3.11] gh-111797: fix enum how-to (GH-111805)
remove extra error line in how-to
1 parent bd4cc47 commit 4edf255

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/howto/enum.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1401,7 +1401,6 @@ alias::
14011401
Traceback (most recent call last):
14021402
...
14031403
ValueError: aliases not allowed in DuplicateFreeEnum: 'GRENE' --> 'GREEN'
1404-
Error calling __set_name__ on '_proto_member' instance 'GRENE' in 'Color'
14051404

14061405
.. note::
14071406

0 commit comments

Comments
 (0)