Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b78f7f7

Browse files
committed
Merged revisions 81387 via svnmerge from
svn+ssh://[email protected]/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://[email protected]/python/trunk ........ r81385 | benjamin.peterson | 2010-05-20 17:23:37 -0500 (Thu, 20 May 2010) | 1 line fix extra 't' #8778 ........ ................
1 parent d656354 commit b78f7f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/symtable.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Examining Symbol Tables
6767

6868
Return ``True`` if the block uses ``exec``.
6969

70-
.. method:: has_import_start()
70+
.. method:: has_import_star()
7171

7272
Return ``True`` if the block uses a starred from-import.
7373

0 commit comments

Comments
 (0)