We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea3aa8f commit 1eb6bb6Copy full SHA for 1eb6bb6
1 file changed
Doc/lib/libos.tex
@@ -1183,7 +1183,7 @@ \subsection{Files and Directories \label{os-file-dir}}
1183
about directories the caller creates or renames before it resumes
1184
\function{walk()} again. Modifying \var{dirnames} when \var{topdown} is
1185
false is ineffective, because in bottom-up mode the directories in
1186
-\var{dirnames} are generated before \var{dirnames} itself is generated.
+\var{dirnames} are generated before \var{dirpath} itself is generated.
1187
1188
By default errors from the \code{os.listdir()} call are ignored. If
1189
optional argument \var{onerror} is specified, it should be a function;
0 commit comments