[Python-checkins] r81387 - in python/branches/py3k: Doc/library/symtable.rst

benjamin.peterson python-checkins at python.org
Fri May 21 00:29:43 CEST 2010


Author: benjamin.peterson
Date: Fri May 21 00:29:43 2010
New Revision: 81387

Log:
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
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/symtable.rst

Modified: python/branches/py3k/Doc/library/symtable.rst
==============================================================================
--- python/branches/py3k/Doc/library/symtable.rst	(original)
+++ python/branches/py3k/Doc/library/symtable.rst	Fri May 21 00:29:43 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