summaryrefslogtreecommitdiffstats
path: root/Doc/lib/lib.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib/lib.tex')
-rw-r--r--Doc/lib/lib.tex8
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex
index 0143e6a..67856fb 100644
--- a/Doc/lib/lib.tex
+++ b/Doc/lib/lib.tex
@@ -61,13 +61,13 @@ add new extensions to Python and how to embed it in other applications.
\input{libintro} % Introduction
\input{libobjs} % Built-in Types, Exceptions and Functions
-\input{libtypes}
+\input{libstdtypes}
\input{libexcs}
\input{libfuncs}
\input{libpython} % Python Services
\input{libsys}
-\input{libtypes2} % types is already taken :-(
+\input{libtypes}
\input{libuserdict}
\input{liboperator}
\input{libtraceback}
@@ -96,7 +96,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libregex}
\input{libregsub}
\input{libstruct}
-\input{libstrio}
+\input{libstringio}
%\input{libsoundex}
\input{libmisc} % Miscellaneous Services
@@ -135,7 +135,7 @@ add new extensions to Python and how to embed it in other applications.
\input{libunix} % UNIX Specific Services
\input{libposix}
-\input{libppath} % == posixpath
+\input{libposixpath}
\input{libpwd}
\input{libgrp}
\input{libcrypt}