summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-10-15 19:14:54 (GMT)
committerNed Deily <nad@python.org>2016-10-15 19:14:54 (GMT)
commit7d6dd05d85b8db66f77d0e64eb92583fa6761514 (patch)
treecd5924d350bde45a67911ed8ac0b616c360b744d
parentfa8b8847e20e092cd6fb1610a88a7db1c48406ce (diff)
parentbf7dcb9cd0a1299af0565a91c5c95978d72c8d3e (diff)
downloadcpython-7d6dd05d85b8db66f77d0e64eb92583fa6761514.zip
cpython-7d6dd05d85b8db66f77d0e64eb92583fa6761514.tar.gz
cpython-7d6dd05d85b8db66f77d0e64eb92583fa6761514.tar.bz2
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 61600c4..5a81917 100644
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -841,7 +841,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