fix extra 't' #8778

This commit is contained in:
Benjamin Peterson 2010-05-20 22:23:37 +00:00
parent eb3cd301ae
commit a85bd06a82
1 changed files with 1 additions and 1 deletions

View 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.