From: Fred Drake Date: Thu, 7 Nov 2002 17:13:03 +0000 (+0000) Subject: Minor markup adjustments. X-Git-Tag: v2.3c1~3526 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b5f41dedeb7a631acd96896698719da08f94b26c;p=thirdparty%2FPython%2Fcpython.git Minor markup adjustments. --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index fa9f0f386609..bc935b234b66 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}}}