[issue8778] typo in docs for symtable.SymbolTable.has_import_star

New submission from Terrence Cole <terrence@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@python components: Documentation files: fix-has-import-star-doc.diff keywords: patch messages: 106194 nosy: docs@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@bugs.python.org> <http://bugs.python.org/issue8778> _______________________________________

Benjamin Peterson <benjamin@python.org> added the comment: Thanks. Fixed in r81385. ---------- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8778> _______________________________________

Benjamin Peterson <benjamin@python.org> added the comment: Thanks. Fixed in r81385. ---------- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8778> _______________________________________
participants (2)
-
Benjamin Peterson
-
Terrence Cole