Christopher Welborn added the comment:

Oops, forgot to mention the documentation I am speaking of is the actual doc 
strings. The actual test is to run:
import tokenize
help(tokenize)

or just:

`python -c "import tokenize;help(tokenize)" | grep "argment"`

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19620>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to