From 11194f7e0fc5d4f06a081bf50d08c7e1c35a60c3 Mon Sep 17 00:00:00 2001 From: Ned Deily Date: Sat, 15 Oct 2016 15:12:03 -0400 Subject: Remove spurious article. --- 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 fd83a81..7b90a1f 100644 --- a/Doc/library/pathlib.rst +++ b/Doc/library/pathlib.rst @@ -832,7 +832,7 @@ call fails (for example because the path doesn't exist): If *parents* is false (the default), a missing parent raises :exc:`FileNotFoundError`. - If *exist_ok* is false (the default), an :exc:`FileExistsError` is + If *exist_ok* is false (the default), :exc:`FileExistsError` is raised if the target directory already exists. If *exist_ok* is true, :exc:`FileExistsError` exceptions will be -- cgit v0.12