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

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


https://hg.python.org/cpython/rev/7d38d0404718
changeset:   104507:7d38d0404718
branch:      3.6
parent:      104504:9d06fdedae2b
parent:      104506:22137bc7e260
user:        Ned Deily <nad at python.org>
date:        Sat Oct 15 15:13:20 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