From: Gregory P. Smith Date: Sat, 11 Jun 2005 08:16:04 +0000 (+0000) Subject: fix typo. \var vs \variable X-Git-Tag: v2.5a0~1709 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e23e08f0444765592ded9b1bbfbefede22f1426;p=python fix typo. \var vs \variable --- diff --git a/Doc/lib/libtokenize.tex b/Doc/lib/libtokenize.tex index dc5f8c1995..cdbb4b8a32 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.