Skip to content

Commit

Permalink
Fix grammar: replace wrong an with a
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Feb 6, 2022
1 parent 8be5cdc commit edce418
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit edce418

Please sign in to comment.