summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2002-11-07 17:13:03 (GMT)
committerFred Drake <fdrake@acm.org>2002-11-07 17:13:03 (GMT)
commitb5f41dedeb7a631acd96896698719da08f94b26c (patch)
treed2163e7f04115505fee57fda3f048af6d84a3839 /Doc
parent5ae8e01cc5f7e7e85530abc59b4362c5541872a7 (diff)
downloadcpython-b5f41dedeb7a631acd96896698719da08f94b26c.zip
cpython-b5f41dedeb7a631acd96896698719da08f94b26c.tar.gz
cpython-b5f41dedeb7a631acd96896698719da08f94b26c.tar.bz2
Minor markup adjustments.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libos.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index fa9f0f3..bc935b2 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -300,8 +300,8 @@ function.
Availability: Macintosh, \UNIX, Windows.
\versionchanged[When specified, the \var{mode} argument must now start
- with one of the letters \code{'r'}, \code{'w'}, or \code{'a'},
- otherwise a \exception{ValueError} is raised. ]{2.3}
+ with one of the letters \character{r}, \character{w}, or \character{a},
+ otherwise a \exception{ValueError} is raised]{2.3}
\end{funcdesc}
\begin{funcdesc}{popen}{command\optional{, mode\optional{, bufsize}}}