From: Walter Dörwald Date: Wed, 15 Dec 2004 23:45:05 +0000 (+0000) Subject: Backport checkin: Fix typo (from SF bug #1086127). X-Git-Tag: v2.4.1c1~156 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e3c22370f3abfd45b08db1569430b9c939dfa1fa;p=thirdparty%2FPython%2Fcpython.git Backport checkin: 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}