[Python-checkins] r81385 - python/trunk/Doc/library/symtable.rst

benjamin.peterson python-checkins at python.org
Fri May 21 00:23:37 CEST 2010


Author: benjamin.peterson
Date: Fri May 21 00:23:37 2010
New Revision: 81385

Log:
fix extra 't' #8778

Modified:
   python/trunk/Doc/library/symtable.rst

Modified: python/trunk/Doc/library/symtable.rst
==============================================================================
--- python/trunk/Doc/library/symtable.rst	(original)
+++ python/trunk/Doc/library/symtable.rst	Fri May 21 00:23:37 2010
@@ -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.
 


More information about the Python-checkins mailing list