summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-05-20 22:29:43 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-05-20 22:29:43 (GMT)
commit955d1b22e2b7c1e42a23565e29ba150f1fc9a0ef (patch)
treee93ec1f298c9eeacb5a5f8b9eeceb6fce7b49013 /Doc/library
parentc4e548f8bd8c634762616fcb77e73ec62ecac7aa (diff)
downloadcpython-955d1b22e2b7c1e42a23565e29ba150f1fc9a0ef.zip
cpython-955d1b22e2b7c1e42a23565e29ba150f1fc9a0ef.tar.gz
cpython-955d1b22e2b7c1e42a23565e29ba150f1fc9a0ef.tar.bz2
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 ........
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/symtable.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/symtable.rst b/Doc/library/symtable.rst
index 9aafd4e..472a9d6 100644
--- a/Doc/library/symtable.rst
+++ b/Doc/library/symtable.rst
@@ -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.