Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63d5bea

Browse files
committed
Fix markup errors.
1 parent ca84d65 commit 63d5bea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/lib/libposixpath.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ \section{\module{os.path} ---
216216
assignment.)
217217

218218
Note that symbolic links to directories are not treated as subdirectories,
219-
and that \var{walk} therefore will not visit them. To visit linked
220-
directories you must identify them with \var{os.path.islink(file)} and
221-
\var{os.path.isdir(file)}, and invoke \function{walk()} as necessary.
219+
and that \function{walk} therefore will not visit them. To visit linked
220+
directories you must identify them with \code{os.path.islink(file)} and
221+
\code{os.path.isdir(file)}, and invoke \function{walk()} as necessary.
222222
\end{funcdesc}

0 commit comments

Comments
 (0)