From: Berker Peksag Date: Sun, 18 Oct 2015 21:56:39 +0000 (+0300) Subject: Fix another typo noticed by SilentGhost X-Git-Tag: v3.5.1rc1~150 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ad56c922b064907af823a7cb51acc89135342a52;p=python Fix another typo noticed by SilentGhost --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 9b594e0ebb..c82066650c 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -1477,7 +1477,7 @@ either an another :class:`~pathlib.Path` object, or a string:: (Contributed by Vajrasky Kok and Antoine Pitrou in :issue:`19775`.) -The :meth:`Path.mkdir() ` method how accepts a new optional +The :meth:`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`.)