diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2005-06-11 08:16:04 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2005-06-11 08:16:04 (GMT) |
commit | 2e23e08f0444765592ded9b1bbfbefede22f1426 (patch) | |
tree | 0829949f0d0908a4cc33326bed7c8bd7cdf27b20 | |
parent | debd3710b6a15323ee03b4e3a21d3ba536d7e79b (diff) | |
download | cpython-2e23e08f0444765592ded9b1bbfbefede22f1426.zip cpython-2e23e08f0444765592ded9b1bbfbefede22f1426.tar.gz cpython-2e23e08f0444765592ded9b1bbfbefede22f1426.tar.bz2 |
fix typo. \var vs \variable
-rw-r--r-- | Doc/lib/libtokenize.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtokenize.tex b/Doc/lib/libtokenize.tex index dc5f8c1..cdbb4b8 100644 --- a/Doc/lib/libtokenize.tex +++ b/Doc/lib/libtokenize.tex @@ -74,7 +74,7 @@ This is useful for creating tools that tokenize a script, modify the token stream, and write back the modified script. \begin{funcdesc}{untokenize}{iterable} - Converts tokens back into Python source code. The \variable{iterable} + Converts tokens back into Python source code. The \var{iterable} must return sequences with at least two elements, the token type and the token string. Any additional sequence elements are ignored. |