From: Steve Holden Date: Wed, 7 Aug 2002 12:01:41 +0000 (+0000) Subject: Fix markup errors. X-Git-Tag: v2.3c1~4649 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63d5bead18d920be40053e93e807cd8e124d5d3f;p=thirdparty%2FPython%2Fcpython.git Fix markup errors. --- diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex index d19544732b0d..be22827fa4ab 100644 --- a/Doc/lib/libposixpath.tex +++ b/Doc/lib/libposixpath.tex @@ -216,7 +216,7 @@ avoid visiting certain parts of the tree. (The object referred to by assignment.) Note that symbolic links to directories are not treated as subdirectories, -and that \var{walk} therefore will not visit them. To visit linked -directories you must identify them with \var{os.path.islink(file)} and -\var{os.path.isdir(file)}, and invoke \function{walk()} as necessary. +and that \function{walk} therefore will not visit them. To visit linked +directories you must identify them with \code{os.path.islink(file)} and +\code{os.path.isdir(file)}, and invoke \function{walk()} as necessary. \end{funcdesc}