From: Larry Hastings Date: Mon, 24 Aug 2015 19:49:22 +0000 (-0700) Subject: Fix for one-letter type in What's New In Python 3.5. X-Git-Tag: v3.5.0rc2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5b129c9a1dc005f87df26c10f2d77ca018f7f31;p=python Fix for one-letter type in What's New In Python 3.5. --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index a9741302e9..11f871b786 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -729,7 +729,7 @@ os.path * New :func:`~os.path.commonpath` function that extracts common path prefix. Unlike the :func:`~os.path.commonprefix` function, it always returns a valid - patch. (Contributed by Rafik Draoui and Serhiy Storchaka in :issue:`10395`.) + path. (Contributed by Rafik Draoui and Serhiy Storchaka in :issue:`10395`.) pickle ------