[3.11] gh-111797: fix enum how-to (GH-111805)

remove extra error line in how-to
This commit is contained in:
Ethan Furman 2023-11-06 18:57:10 -08:00 committed by GitHub
parent bd4cc4715f
commit 4edf25565f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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