summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2003-02-14 06:39:37 (GMT)
committerFred Drake <fdrake@acm.org>2003-02-14 06:39:37 (GMT)
commit002a5de2026d460d328f6c06725083485cd38fd1 (patch)
tree841c780641bd8b9b45495ad332d8acfea9906b25 /Doc/lib
parent47e46e23475eb49799812d91735ea3d28251b53b (diff)
downloadcpython-002a5de2026d460d328f6c06725083485cd38fd1.zip
cpython-002a5de2026d460d328f6c06725083485cd38fd1.tar.gz
cpython-002a5de2026d460d328f6c06725083485cd38fd1.tar.bz2
extsep description:
- avoid "e.g." in text - record version information (should be backported)
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libos.tex5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index d963056..8f13e0e 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -1644,8 +1644,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 \file{os.py}.
+\versionadded{2.2}
\end{datadesc}
\begin{datadesc}{pathsep}