diff options
author | Fred Drake <fdrake@acm.org> | 2002-11-07 17:13:03 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-11-07 17:13:03 (GMT) |
commit | b5f41dedeb7a631acd96896698719da08f94b26c (patch) | |
tree | d2163e7f04115505fee57fda3f048af6d84a3839 /Doc | |
parent | 5ae8e01cc5f7e7e85530abc59b4362c5541872a7 (diff) | |
download | cpython-b5f41dedeb7a631acd96896698719da08f94b26c.zip cpython-b5f41dedeb7a631acd96896698719da08f94b26c.tar.gz cpython-b5f41dedeb7a631acd96896698719da08f94b26c.tar.bz2 |
Minor markup adjustments.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libos.tex | 4 |
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}}} |