# HG changeset patch # User Louis Sautier # Date 1445188087 -7200 # Sun Oct 18 19:08:07 2015 +0200 # Node ID 17237de00eda3c64aab31bacbbe6e6a0faf4cd11 # Parent 1ebf715578727a0c748d19cccfcba7308c4666cc Fix typo in documentation. diff -r 1ebf71557872 -r 17237de00eda Doc/whatsnew/3.5.rst --- a/Doc/whatsnew/3.5.rst Sat Oct 17 13:59:41 2015 +0100 +++ b/Doc/whatsnew/3.5.rst Sun Oct 18 19:08:07 2015 +0200 @@ -1478,7 +1478,7 @@ (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