fix extra 't' #8778
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 @@
 
       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.