]> granicus.if.org Git - python/commitdiff
fix typo. \var vs \variable
authorGregory P. Smith <greg@mad-scientist.com>
Sat, 11 Jun 2005 08:16:04 +0000 (08:16 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sat, 11 Jun 2005 08:16:04 +0000 (08:16 +0000)
Doc/lib/libtokenize.tex

index dc5f8c1995465c8f77dd2282dbb53f2115702634..cdbb4b8a32097c798ab4d46d727250f972331d84 100644 (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.