mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fix typo in Path.iterdir docs (GH-31822)
This commit is contained in:
parent
cd05d0a423
commit
795b365e8a
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue