[Python-checkins] cpython (3.5): Fix another typo noticed by SilentGhost

berker.peksag python-checkins at python.org
Sun Oct 18 17:57:00 EDT 2015


https://hg.python.org/cpython/rev/530846c3ebb4
changeset:   98786:530846c3ebb4
branch:      3.5
parent:      98784:04ce28b11467
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Mon Oct 19 00:56:39 2015 +0300
summary:
  Fix another typo noticed by SilentGhost

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


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -1477,7 +1477,7 @@
 
 (Contributed by Vajrasky Kok and Antoine Pitrou in :issue:`19775`.)
 
-The :meth:`Path.mkdir() <pathlib.Path.mkdir>` method how accepts a new optional
+The :meth:`Path.mkdir() <pathlib.Path.mkdir>` method now accepts a new optional
 *exist_ok* argument to match ``mkdir -p`` and :func:`os.makedirs`
 functionality.  (Contributed by Berker Peksag in :issue:`21539`.)
 

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


More information about the Python-checkins mailing list