From: Fred Drake Date: Fri, 9 May 2003 15:04:56 +0000 (+0000) Subject: - remove bogus \end{description} X-Git-Tag: v2.3c1~783 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b6ed26dc7d67fbffb1df02925c7a9a0d487e9c4;p=python - remove bogus \end{description} - fix two typos --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 09402b51c5..466d75bd9b 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