Skip to content

Commit 6286d80

Browse files
fix whitespace
1 parent f3269d9 commit 6286d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/pathlib.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1624,7 +1624,7 @@ example because the path doesn't exist).
16241624
Remove this file or symbolic link. If the path points to a directory,
16251625
use :func:`Path.rmdir` instead.
16261626

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

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

0 commit comments

Comments
 (0)