From ad56c922b064907af823a7cb51acc89135342a52 Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Mon, 19 Oct 2015 00:56:39 +0300 Subject: Fix another typo noticed by SilentGhost --- Doc/whatsnew/3.5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 9b594e0..c820666 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`.) -- cgit v0.12