summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-05-09 15:04:56 (GMT)
committerFred Drake <fdrake@acm.org>2003-05-09 15:04:56 (GMT)
commit8b6ed26dc7d67fbffb1df02925c7a9a0d487e9c4 (patch)
tree4ab7987897925b0f79c8878e4d8e5ac60df21cb7 /Doc
parent99bc1fccdbb666405fc0bc5338165a490ccc7969 (diff)
downloadcpython-8b6ed26dc7d67fbffb1df02925c7a9a0d487e9c4.zip
cpython-8b6ed26dc7d67fbffb1df02925c7a9a0d487e9c4.tar.gz
cpython-8b6ed26dc7d67fbffb1df02925c7a9a0d487e9c4.tar.bz2
- remove bogus \end{description}
- fix two typos
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libundoc.tex5
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index 09402b5..466d75b 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -55,12 +55,11 @@ document these.
\begin{description}
\item[\module{ntpath}]
---- Implementation on \module{os.path} on Win32, Win64, WinCE, and
+--- Implementation of \module{os.path} on Win32, Win64, WinCE, and
OS/2 platforms.
\item[\module{posixpath}]
---- Implementation on \module{os.path} on \POSIX.
-\end{description}
+--- Implementation of \module{os.path} on \POSIX.
\item[\module{bsddb185}]
--- Backwards compatibility module for systems which still use the Berkeley