From 4edf25565f20550024f98bd2a561d3ee15cc3aac Mon Sep 17 00:00:00 2001 From: Ethan Furman Date: Mon, 6 Nov 2023 18:57:10 -0800 Subject: [PATCH] [3.11] gh-111797: fix enum how-to (GH-111805) remove extra error line in how-to --- Doc/howto/enum.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/howto/enum.rst b/Doc/howto/enum.rst index a714f6d9aa3c..3deb07114463 100644 --- a/Doc/howto/enum.rst +++ b/Doc/howto/enum.rst @@ -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:: -- 2.47.3