From 6286d808b30bd45b4caeb955663b79691f0d5aa6 Mon Sep 17 00:00:00 2001 From: Mike Foster Date: Sun, 30 Jun 2024 18:20:28 +0200 Subject: [PATCH] fix whitespace --- Doc/library/pathlib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst index bd088b33bc570f..f414da59756213 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -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