From c4452fd08f4390dd91b77d7c0c30be5fecc876c7 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 11 Feb 1998 22:32:23 +0000 Subject: [PATCH] Swap ni and imp (so they are in the same order as their sections are). --- Doc/lib/libpython.tex | 6 +++--- Doc/libpython.tex | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex index 902a09210d9..1c9c6d5f7a3 100644 --- a/Doc/lib/libpython.tex +++ b/Doc/lib/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. diff --git a/Doc/libpython.tex b/Doc/libpython.tex index 902a09210d9..1c9c6d5f7a3 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.