From 89fa6e3b285f2f83ff0e5d1c5b9907b1f4c33410 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 26 Mar 2021 16:03:51 -0400 Subject: updating to latest sphinx-rtd theme and many doc formatting fixes --- python/enum/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/enum') 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 """ -- cgit v1.3.1