summaryrefslogtreecommitdiffstats
path: root/Doc/library/symtable.rst
diff options
context:
space:
mode:
authorAndre Delfino <adelfino@gmail.com>2020-12-17 17:25:55 (GMT)
committerGitHub <noreply@github.com>2020-12-17 17:25:55 (GMT)
commit96a09df64483b70c4215c7025a19b9d2f1636c55 (patch)
treefd26f8d4ccd9acd170e42802efd65b255d1f8d9e /Doc/library/symtable.rst
parentbf353f3c2d937772a8cf30b15fd8eb7b82665ccb (diff)
downloadcpython-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.rst2
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.