diff options
author | Guido van Rossum <guido@python.org> | 1998-02-11 22:32:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-02-11 22:32:23 (GMT) |
commit | c4452fd08f4390dd91b77d7c0c30be5fecc876c7 (patch) | |
tree | 6a1c496972f333ce31b553d84d0d5f72e7267017 /Doc/libpython.tex | |
parent | 34122fa99cfd6a5c6f931ac744b484793fcf2587 (diff) | |
download | cpython-c4452fd08f4390dd91b77d7c0c30be5fecc876c7.zip cpython-c4452fd08f4390dd91b77d7c0c30be5fecc876c7.tar.gz cpython-c4452fd08f4390dd91b77d7c0c30be5fecc876c7.tar.bz2 |
Swap ni and imp (so they are in the same order as their sections are).
Diffstat (limited to 'Doc/libpython.tex')
-rw-r--r-- | Doc/libpython.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/libpython.tex b/Doc/libpython.tex index 902a092..1c9c6d5 100644 --- a/Doc/libpython.tex +++ b/Doc/libpython.tex @@ -37,12 +37,12 @@ environment. Here's an overview: --- Convert Python objects to streams of bytes and back (with different constraints). -\item[ni] ---- New import (obsolete). - \item[imp] --- Access the implementation of the \code{import} statement. +\item[ni] +--- New import (obsolete). + \item[parser] --- Retrieve and submit parse trees from and to the runtime support environment. |