This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cjwelborn
Recipients cjwelborn, docs@python
Date 2013-11-16.02:31:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384569112.62.0.796047767365.issue19620@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-11-16 02:31:52cjwelbornsetrecipients: + cjwelborn, docs@python
2013-11-16 02:31:52cjwelbornsetmessageid: <1384569112.62.0.796047767365.issue19620@psf.upfronthosting.co.za>
2013-11-16 02:31:52cjwelbornlinkissue19620 messages
2013-11-16 02:31:51cjwelborncreate