diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-10-18 17:22:38 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-10-18 17:22:38 (GMT) |
commit | 65a73cd8befe85234288eac16b8a638d780f2521 (patch) | |
tree | 40d572ef50c7b956e2937fdbee55d683d9ec4cd0 /Doc | |
parent | 3e9f87782e434b23318892c365e5ee5b8ab6d1f1 (diff) | |
parent | 5783ee12bd32ab8382b28c91af206d479a6f5eb3 (diff) | |
download | cpython-65a73cd8befe85234288eac16b8a638d780f2521.zip cpython-65a73cd8befe85234288eac16b8a638d780f2521.tar.gz cpython-65a73cd8befe85234288eac16b8a638d780f2521.tar.bz2 |
Issue #25434: Fix typo in whatsnew/3.5rst
Patch by Louis Sautier.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index cda8a6d..9b594e0 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() <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 |