Index: Doc/library/symtable.rst =================================================================== --- Doc/library/symtable.rst (revision 81384) +++ Doc/library/symtable.rst (working copy) @@ -67,7 +67,7 @@ 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.