commit | 96a09df64483b70c4215c7025a19b9d2f1636c55 | [log] [tgz] |
---|---|---|
author | Andre Delfino <adelfino@gmail.com> | Thu Dec 17 14:25:55 2020 -0300 |
committer | GitHub <noreply@github.com> | Thu Dec 17 09:25:55 2020 -0800 |
tree | fd26f8d4ccd9acd170e42802efd65b255d1f8d9e | |
parent | bf353f3c2d937772a8cf30b15fd8eb7b82665ccb [diff] [blame] |
[doc] Fix a few margins due to bad markup (GH-23619)
diff --git a/Doc/library/enum.rst b/Doc/library/enum.rst index a0b078c..c532e2c 100644 --- a/Doc/library/enum.rst +++ b/Doc/library/enum.rst
@@ -61,7 +61,7 @@ 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.