summaryrefslogtreecommitdiff
path: root/Doc/library/enum.rst
diff options
context:
space:
mode:
authorAndre Delfino <adelfino@gmail.com>2020-12-17 14:25:55 -0300
committerGitHub <noreply@github.com>2020-12-17 09:25:55 -0800
commit96a09df64483b70c4215c7025a19b9d2f1636c55 (patch)
treefd26f8d4ccd9acd170e42802efd65b255d1f8d9e /Doc/library/enum.rst
parentbf353f3c2d937772a8cf30b15fd8eb7b82665ccb (diff)
downloadcpython-git-96a09df64483b70c4215c7025a19b9d2f1636c55.tar.gz
[doc] Fix a few margins due to bad markup (GH-23619)
Diffstat (limited to 'Doc/library/enum.rst')
-rw-r--r--Doc/library/enum.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst
index a0b078c971..c532e2caec 100644
--- a/Doc/library/enum.rst
+++ b/Doc/library/enum.rst
@@ -61,7 +61,7 @@ helper, :class:`auto`.
the bitwise operations without losing their :class:`Flag` membership.
.. function:: unique
- :noindex:
+ :noindex:
Enum class decorator that ensures only one name is bound to any one value.