mirror of
https://github.com/python/cpython.git
synced 2024-11-26 11:24:40 +08:00
Fix markup errors.
This commit is contained in:
parent
ca84d65ca7
commit
63d5bead18
@ -216,7 +216,7 @@ avoid visiting certain parts of the tree. (The object referred to by
|
|||||||
assignment.)
|
assignment.)
|
||||||
|
|
||||||
Note that symbolic links to directories are not treated as subdirectories,
|
Note that symbolic links to directories are not treated as subdirectories,
|
||||||
and that \var{walk} therefore will not visit them. To visit linked
|
and that \function{walk} therefore will not visit them. To visit linked
|
||||||
directories you must identify them with \var{os.path.islink(file)} and
|
directories you must identify them with \code{os.path.islink(file)} and
|
||||||
\var{os.path.isdir(file)}, and invoke \function{walk()} as necessary.
|
\code{os.path.isdir(file)}, and invoke \function{walk()} as necessary.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
Loading…
Reference in New Issue
Block a user