[New-bugs-announce] [issue8778] typo in docs for symtable.SymbolTable.has_import_star

Terrence Cole report at bugs.python.org
Thu May 20 23:51:42 CEST 2010


New submission from Terrence Cole <terrence at zettabytestorage.com>:

The documentation for symtable.SymbolTable [http://docs.python.org/py3k/library/symtable.html] lists the function has_import_start.  This should be has_import_star, as listed in help(symtable.SymbolTable).

I've attached a patch, although it would probably be faster for a committer to just remove the 't' themselves.

----------
assignee: docs at python
components: Documentation
files: fix-has-import-star-doc.diff
keywords: patch
messages: 106194
nosy: docs at python, terrence
priority: normal
severity: normal
status: open
title: typo in docs for symtable.SymbolTable.has_import_star
versions: Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file17420/fix-has-import-star-doc.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8778>
_______________________________________


More information about the New-bugs-announce mailing list