From 32d4793b057a09600a6c80509a68663965596e5f Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Fri, 14 Feb 2003 06:46:24 +0000 Subject: [PATCH] backporting Fred's doc fix. --- Doc/lib/libos.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 1785947e86ab..fcc172f81b38 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -1335,8 +1335,9 @@ backslash. \end{datadesc} \begin{datadesc}{extsep} -The character which separates the base filename from the extension, -e.g. \character{.} in \code{os.py}. +The character which separates the base filename from the extension; +for example, the \character{.} in \code{os.py}. +\versionadded{2.2} \end{datadesc} \begin{datadesc}{pathsep} -- 2.47.3