Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca84d65 commit 63d5beaCopy full SHA for 63d5bea
1 file changed
Doc/lib/libposixpath.tex
@@ -216,7 +216,7 @@ \section{\module{os.path} ---
216
assignment.)
217
218
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.
+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.
222
\end{funcdesc}
0 commit comments