fix typo. \var vs \variable

This commit is contained in:
Gregory P. Smith 2005-06-11 08:16:04 +00:00
parent debd3710b6
commit 2e23e08f04

View file

@ -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.