summaryrefslogtreecommitdiffstats
path: root/Doc/library/tokenize.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-02-22 12:31:45 (GMT)
committerGeorg Brandl <georg@python.org>2008-02-22 12:31:45 (GMT)
commit907a720f894a7b267e15b3bb1ba39f2d8677c0fe (patch)
tree35117e67e538ba92d38b987683440fee89ad93cc /Doc/library/tokenize.rst
parenta14a4e8b84093184fefc908b241523915893850d (diff)
downloadcpython-907a720f894a7b267e15b3bb1ba39f2d8677c0fe.zip
cpython-907a720f894a7b267e15b3bb1ba39f2d8677c0fe.tar.gz
cpython-907a720f894a7b267e15b3bb1ba39f2d8677c0fe.tar.bz2
A lot more typo fixes by Ori Avtalion.
Diffstat (limited to 'Doc/library/tokenize.rst')
-rw-r--r--Doc/library/tokenize.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tokenize.rst b/Doc/library/tokenize.rst
index 9a2a11a..583e924 100644
--- a/Doc/library/tokenize.rst
+++ b/Doc/library/tokenize.rst
@@ -18,7 +18,7 @@ The primary entry point is a :term:`generator`:
.. function:: generate_tokens(readline)
- The :func:`generate_tokens` generator requires one argment, *readline*, which
+ The :func:`generate_tokens` generator requires one argument, *readline*, which
must be a callable object which provides the same interface as the
:meth:`readline` method of built-in file objects (see section
:ref:`bltin-file-objects`). Each call to the function should return one line of