Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MusicalNinjaDad committed Jun 30, 2024
1 parent f3269d9 commit 6286d80
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 @@ -1624,7 +1624,7 @@ example because the path doesn't exist).
Remove this file or symbolic link. If the path points to a directory,
use :func:`Path.rmdir` instead.

If *missing_ok* is false (the default), this method propagates any
If *missing_ok* is false (the default), this method propagates any
:exc:`OSError` from the operating system, including :exc:`FileNotFoundError`.

If *missing_ok* is true, :exc:`FileNotFoundError` exceptions will be
Expand Down

0 comments on commit 6286d80

Please sign in to comment.