]> granicus.if.org Git - python/commitdiff
Fix another typo noticed by SilentGhost
authorBerker Peksag <berker.peksag@gmail.com>
Sun, 18 Oct 2015 21:56:39 +0000 (00:56 +0300)
committerBerker Peksag <berker.peksag@gmail.com>
Sun, 18 Oct 2015 21:56:39 +0000 (00:56 +0300)
Doc/whatsnew/3.5.rst

index 9b594e0ebb7c5204b12d04dcb7e837a7d9e97d80..c82066650c3520f982a5b4873814252c40b796a0 100644 (file)
@@ -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() <pathlib.Path.mkdir>` method how accepts a new optional
+The :meth:`Path.mkdir() <pathlib.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`.)