[docs] [issue19620] tokenize documentation contains typos (argment instead of argument)

Christopher Welborn report at bugs.python.org
Sat Nov 16 03:33:58 CET 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19620>
_______________________________________


More information about the docs mailing list