diff options
author | Larry Hastings <larry@hastings.org> | 2015-08-24 19:49:22 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2015-08-24 19:49:22 (GMT) |
commit | d5b129c9a1dc005f87df26c10f2d77ca018f7f31 (patch) | |
tree | a9e60e877bcc22317fed546bc39d2ae18659c3df /Doc/whatsnew/3.5.rst | |
parent | 6707906ea5e0df1132d3cd0c77707ccc19948341 (diff) | |
download | cpython-d5b129c9a1dc005f87df26c10f2d77ca018f7f31.zip cpython-d5b129c9a1dc005f87df26c10f2d77ca018f7f31.tar.gz cpython-d5b129c9a1dc005f87df26c10f2d77ca018f7f31.tar.bz2 |
Fix for one-letter type in What's New In Python 3.5.
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-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 a974130..11f871b 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 ------ |