summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libpython.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/libpython.tex')
-rw-r--r--Doc/lib/libpython.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libpython.tex b/Doc/lib/libpython.tex
index bf71da2..959e215 100644
--- a/Doc/lib/libpython.tex
+++ b/Doc/lib/libpython.tex
@@ -1,4 +1,5 @@
\chapter{Python Services}
+\label{python}
The modules described in this chapter provide a wide range of services
related to the Python interpreter and its interaction with its
@@ -26,7 +27,7 @@ environment. Here's an overview:
--- Convert Python objects to streams of bytes and back.
\item[copy_reg]
---- Register \code{pickle} support functions.
+--- Register \module{pickle} support functions.
\item[shelve]
--- Python object persistency.
@@ -39,7 +40,7 @@ environment. Here's an overview:
different constraints).
\item[imp]
---- Access the implementation of the \code{import} statement.
+--- Access the implementation of the \keyword{import} statement.
\item[ni]
--- New import (obsolete).