summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-10-15 15:12:03 -0400
committerNed Deily <nad@python.org>2016-10-15 15:12:03 -0400
commit11194f7e0fc5d4f06a081bf50d08c7e1c35a60c3 (patch)
tree58e05bdf99bcf5f523abca8c964950f203f2a3f7
parent684340ede58776d77a104c689e821d1eab36bf63 (diff)
downloadcpython-git-11194f7e0fc5d4f06a081bf50d08c7e1c35a60c3.tar.gz
Remove spurious article.
-rw-r--r--Doc/library/pathlib.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
index fd83a81984..7b90a1f3f9 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