Skip to content

Commit 1eb6bb6

Browse files
committed
Another typo.
1 parent ea3aa8f commit 1eb6bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libos.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ \subsection{Files and Directories \label{os-file-dir}}
11831183
about directories the caller creates or renames before it resumes
11841184
\function{walk()} again. Modifying \var{dirnames} when \var{topdown} is
11851185
false is ineffective, because in bottom-up mode the directories in
1186-
\var{dirnames} are generated before \var{dirnames} itself is generated.
1186+
\var{dirnames} are generated before \var{dirpath} itself is generated.
11871187

11881188
By default errors from the \code{os.listdir()} call are ignored. If
11891189
optional argument \var{onerror} is specified, it should be a function;

0 commit comments

Comments
 (0)