[Python-checkins] cpython (merge 3.6 -> default): Remove spurious article.

ned.deily python-checkins at python.org
Sat Oct 15 15:15:27 EDT 2016


https://hg.python.org/cpython/rev/f4e9be4c3954
changeset:   104508:f4e9be4c3954
parent:      104505:c2f3b7c56dff
parent:      104507:7d38d0404718
user:        Ned Deily <nad at python.org>
date:        Sat Oct 15 15:14:54 2016 -0400
summary:
  Remove spurious article.

files:
  Doc/library/pathlib.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/pathlib.rst b/Doc/library/pathlib.rst
--- a/Doc/library/pathlib.rst
+++ b/Doc/library/pathlib.rst
@@ -841,7 +841,7 @@
    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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list