diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-12-17 17:25:55 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 17:25:55 (GMT) |
commit | 96a09df64483b70c4215c7025a19b9d2f1636c55 (patch) | |
tree | fd26f8d4ccd9acd170e42802efd65b255d1f8d9e /Doc/library/symtable.rst | |
parent | bf353f3c2d937772a8cf30b15fd8eb7b82665ccb (diff) | |
download | cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.zip cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.tar.gz cpython-96a09df64483b70c4215c7025a19b9d2f1636c55.tar.bz2 |
[doc] Fix a few margins due to bad markup (GH-23619)
Diffstat (limited to 'Doc/library/symtable.rst')
-rw-r--r-- | Doc/library/symtable.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index c9521d6..40c1795 100644 --- a/Doc/library/symtable.rst +++ b/Doc/library/symtable.rst @@ -156,7 +156,7 @@ Examining Symbol Tables Return ``True`` if the symbol is local to its block. - .. method:: is_annotated() + .. method:: is_annotated() Return ``True`` if the symbol is annotated. |