[Python-checkins] cpython (merge 3.5 -> default): Issue #25434: Fix typo in whatsnew/3.5rst

berker.peksag python-checkins at python.org
Sun Oct 18 13:22:45 EDT 2015


https://hg.python.org/cpython/rev/93a1b79d0b19
changeset:   98785:93a1b79d0b19
parent:      98783:741ef17e9b86
parent:      98784:04ce28b11467
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Oct 18 20:22:38 2015 +0300
summary:
  Issue #25434: Fix typo in whatsnew/3.5rst

Patch by Louis Sautier.

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
@@ -1478,7 +1478,7 @@
 (Contributed by Vajrasky Kok and Antoine Pitrou in :issue:`19775`.)
 
 The :meth:`Path.mkdir() <pathlib.Path.mkdir>` method how accepts a new optional
-*exist_ok* argument to match ``mkdir -p`` and :func:`os.makrdirs`
+*exist_ok* argument to match ``mkdir -p`` and :func:`os.makedirs`
 functionality.  (Contributed by Berker Peksag in :issue:`21539`.)
 
 There is a new :meth:`Path.expanduser() <pathlib.Path.expanduser>` method to

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


More information about the Python-checkins mailing list