New submission from Christopher Welborn:

Documentation for tokenize contains typos, functions detect_encoding() and 
tokenize() at least. The lines are:

The tokenize() generator requires one argment, readline,...

It requires one argment, readline,

...where argment is supposed to be 'argument' i'm sure. Things like that bug me 
in my own code/docs, and since it's been there since 2.7 (Also in 3.3 and 3.4), 
I figured no one had noticed.

----------
assignee: docs@python
components: Documentation
messages: 203005
nosy: cjwelborn, docs@python
priority: normal
severity: normal
status: open
title: tokenize documentation contains typos (argment instead of argument)
versions: Python 2.7, Python 3.3, Python 3.4

_______________________________________
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