summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorBerker Peksag <berker.peksag@gmail.com>2015-10-18 21:56:59 (GMT)
committerBerker Peksag <berker.peksag@gmail.com>2015-10-18 21:56:59 (GMT)
commit8b880c7412c651e14823927da9ac883cfb4d3fa1 (patch)
tree52e65aba29e186487189676d1f37645b814eb72a /Doc
parent65a73cd8befe85234288eac16b8a638d780f2521 (diff)
parentad56c922b064907af823a7cb51acc89135342a52 (diff)
downloadcpython-8b880c7412c651e14823927da9ac883cfb4d3fa1.zip
cpython-8b880c7412c651e14823927da9ac883cfb4d3fa1.tar.gz
cpython-8b880c7412c651e14823927da9ac883cfb4d3fa1.tar.bz2
Fix another typo noticed by SilentGhost
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.5.rst2
1 files changed, 1 insertions, 1 deletions
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() <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`.)