summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libposixpath.tex
diff options
context:
space:
mode:
authorSteve Holden <steve@holdenweb.com>2002-08-07 12:01:41 (GMT)
committerSteve Holden <steve@holdenweb.com>2002-08-07 12:01:41 (GMT)
commit63d5bead18d920be40053e93e807cd8e124d5d3f (patch)
tree7fbd98853e4a25dc446d45a12dc99f68c8c2ed10 /Doc/lib/libposixpath.tex
parentca84d65ca7bdb8e7f0dd4a91d5b6b10fc5191950 (diff)
downloadcpython-63d5bead18d920be40053e93e807cd8e124d5d3f.zip
cpython-63d5bead18d920be40053e93e807cd8e124d5d3f.tar.gz
cpython-63d5bead18d920be40053e93e807cd8e124d5d3f.tar.bz2
Fix markup errors.
Diffstat (limited to 'Doc/lib/libposixpath.tex')
-rw-r--r--Doc/lib/libposixpath.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libposixpath.tex b/Doc/lib/libposixpath.tex
index d195447..be22827 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}