mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
fix typo. \var vs \variable
This commit is contained in:
parent
debd3710b6
commit
2e23e08f04
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue