Commit 2e23e08f authored by Gregory P. Smith's avatar Gregory P. Smith

fix typo. \var vs \variable

parent debd3710
...@@ -74,7 +74,7 @@ This is useful for creating tools that tokenize a script, modify ...@@ -74,7 +74,7 @@ This is useful for creating tools that tokenize a script, modify
the token stream, and write back the modified script. the token stream, and write back the modified script.
\begin{funcdesc}{untokenize}{iterable} \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 must return sequences with at least two elements, the token type and
the token string. Any additional sequence elements are ignored. the token string. Any additional sequence elements are ignored.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment