diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index 9aafd4e13cb..472a9d6ad18 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.