diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-03-26 16:03:51 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-03-26 16:03:51 -0400 |
| commit | 89fa6e3b285f2f83ff0e5d1c5b9907b1f4c33410 (patch) | |
| tree | 71945d3cf828c004b8b6b85878919448fd9df982 /python/enum | |
| parent | 558ba0464a340514c7ba26b2f8ad458844ab92c3 (diff) | |
updating to latest sphinx-rtd theme and many doc formatting fixes
Diffstat (limited to 'python/enum')
| -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 """ |
