From 955d1b22e2b7c1e42a23565e29ba150f1fc9a0ef Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 20 May 2010 22:29:43 +0000 Subject: [PATCH] Merged revisions 81385 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81385 | benjamin.peterson | 2010-05-20 17:23:37 -0500 (Thu, 20 May 2010) | 1 line 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 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.