8000 Fix typo in Path.iterdir docs (GH-31822) · python/cpython@1e4044c · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e4044c

Browse files
Fix typo in Path.iterdir docs (GH-31822)
(cherry picked from commit 795b365) Co-authored-by: Matt Williams <matt@milliams.com>
1 parent 3c60190 commit 1e4044c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pathlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ call fails (for example because the path doesn't exist).
900900

901901
The children are yielded in arbitrary order, and the special entries
902902
``'.'`` and ``'..'`` are not included. If a file is removed from or added
903-
to the directory after creating the iterator, whether an path object for
903+
to the directory after creating the iterator, whether a path object for
904904
that file be included is unspecified.
905905

906906
.. method:: Path.lchmod(mode)

0 commit comments

Comments
 (0)
0