From 795b365e8a6dfbeaa75780ed7807f8116f4537ca Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Wed, 23 Mar 2022 02:51:41 +0000 Subject: Fix typo in Path.iterdir docs (GH-31822) --- Doc/library/pathlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 7ab603f..1e7bc31 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -914,7 +914,7 @@ call fails (for example because the path doesn't exist). The children are yielded in arbitrary order, and the special entries ``'.'`` and ``'..'`` are not included. If a file is removed from or added - to the directory after creating the iterator, whether an path object for + to the directory after creating the iterator, whether a path object for that file be included is unspecified. .. method:: Path.lchmod(mode) -- cgit v0.12