From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 23 Mar 2022 03:16:18 +0000 (-0700) Subject: Fix typo in Path.iterdir docs (GH-31822) X-Git-Tag: v3.9.12~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e4044c74ec70d38331676d8fe8bc98c8edf31de;p=thirdparty%2FPython%2Fcpython.git Fix typo in Path.iterdir docs (GH-31822) (cherry picked from commit 795b365e8a6dfbeaa75780ed7807f8116f4537ca) Co-authored-by: Matt Williams --- diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index 88e8756cf84a..3a41b5454b86 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -900,7 +900,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)