We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3269d9 commit 6286d80Copy full SHA for 6286d80
Doc/library/pathlib.rst
@@ -1624,7 +1624,7 @@ example because the path doesn't exist).
1624
Remove this file or symbolic link. If the path points to a directory,
1625
use :func:`Path.rmdir` instead.
1626
1627
- If *missing_ok* is false (the default), this method propagates any
+ If *missing_ok* is false (the default), this method propagates any
1628
:exc:`OSError` from the operating system, including :exc:`FileNotFoundError`.
1629
1630
If *missing_ok* is true, :exc:`FileNotFoundError` exceptions will be
0 commit comments