diff options
Diffstat (limited to 'python/enum/__init__.py')
| -rw-r--r-- | python/enum/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/enum/__init__.py b/python/enum/__init__.py index d6ffb3a4..5045b4aa 100644 --- a/python/enum/__init__.py +++ b/python/enum/__init__.py @@ -114,7 +114,7 @@ class _EnumDict(dict): Single underscore (sunder) names are reserved. - Note: in 3.x __order__ is simply discarded as a not necessary piece + .. note:: in 3.x __order__ is simply discarded as a not necessary piece \ leftover from 2.x """ |
