From: Benjamin Peterson Date: Thu, 20 May 2010 22:23:37 +0000 (+0000) Subject: fix extra 't' #8778 X-Git-Tag: v2.7rc1~125 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a85bd06a82276863382b825de82aaa89760b0fa1;p=python fix extra 't' #8778 --- 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.