Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix grammar: replace wrong an with a
  • Loading branch information
oz123 committed Feb 6, 2022
commit edce4184eb872d6b929a8f790abb49fd9c91550e
2 changes: 1 addition & 1 deletion Doc/library/pathlib.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down