]> granicus.if.org Git - python/commitdiff
Issue #25434: Fix typo in whatsnew/3.5rst
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 18 Oct 2015 17:22:15 +0000 (20:22 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 18 Oct 2015 17:22:15 +0000 (20:22 +0300)
Patch by Louis Sautier.

Doc/whatsnew/3.5.rst

index cda8a6d04a83af7be1903c60d74432bc7170f821..9b594e0ebb7c5204b12d04dcb7e837a7d9e97d80 100644 (file)
@@ -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() <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