From: Berker Peksag Date: Sun, 18 Oct 2015 17:22:15 +0000 (+0300) Subject: Issue #25434: Fix typo in whatsnew/3.5rst X-Git-Tag: v3.5.1rc1~151 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5783ee12bd32ab8382b28c91af206d479a6f5eb3;p=thirdparty%2FPython%2Fcpython.git Issue #25434: Fix typo in whatsnew/3.5rst Patch by Louis Sautier. --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index cda8a6d04a83..9b594e0ebb7c 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -1478,7 +1478,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 -*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() ` method to