]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix markup errors.
authorSteve Holden <steve@holdenweb.com>
Wed, 7 Aug 2002 12:01:41 +0000 (12:01 +0000)
committerSteve Holden <steve@holdenweb.com>
Wed, 7 Aug 2002 12:01:41 +0000 (12:01 +0000)
Doc/lib/libposixpath.tex

index d19544732b0dd28eb2289375b9417cb856a14f51..be22827fa4ab0009e389742868a6f68d598ce9af 100644 (file)
@@ -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}