From: Walter Dörwald Date: Wed, 15 Dec 2004 23:44:18 +0000 (+0000) Subject: Fix typo (from SF bug #1086127). X-Git-Tag: v2.5a0~2257 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fa932f7ed6d8120496a872e73a63dd12256e9f8;p=thirdparty%2FPython%2Fcpython.git Fix typo (from SF bug #1086127). --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 402f6782adeb..d69c11cfdca3 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1820,7 +1820,7 @@ Also available via \module{os.path}. \begin{datadesc}{pathsep} The character conventionally used by the operating system to separate -search patch components (as in \envvar{PATH}), such as \character{:} for +search path components (as in \envvar{PATH}), such as \character{:} for \POSIX{} or \character{;} for Windows. Also available via \module{os.path}. \end{datadesc}