diff --git a/Doc/howto/enum.rst b/Doc/howto/enum.rst index a714f6d9aa3c7e..3deb071144633b 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::