From a85bd06a82276863382b825de82aaa89760b0fa1 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 20 May 2010 22:23:37 +0000 Subject: [PATCH] fix extra 't' #8778 --- Doc/library/symtable.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst index 9aafd4e13c..472a9d6ad1 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. -- 2.50.0