summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 9aafd4e..472a9d6 100644
--- a/Doc/library/symtable.rst
+++ b/Doc/library/symtable.rst
@@ -67,7 +67,7 @@ Examining Symbol Tables
Return ``True`` if the block uses ``exec``.
- .. method:: has_import_start()
+ .. method:: has_import_star()
Return ``True`` if the block uses a starred from-import.