]> granicus.if.org Git - python/commitdiff
Merged revisions 81387 via svnmerge from
authorBenjamin Peterson <benjamin@python.org>
Thu, 20 May 2010 22:34:00 +0000 (22:34 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 20 May 2010 22:34:00 +0000 (22:34 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r81387 | benjamin.peterson | 2010-05-20 17:29:43 -0500 (Thu, 20 May 2010) | 9 lines

  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

index 9aafd4e13cb9209d97188d92caa25f7682c9f882..472a9d6ad180570f0e9cf6f57967ee3199801067 100644 (file)
@@ -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.