Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d5b129c

Browse files
committed
Fix for one-letter type in What's New In Python 3.5.
1 parent 6707906 commit d5b129c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ os.path
729729

730730
* New :func:`~os.path.commonpath` function that extracts common path prefix.
731731
Unlike the :func:`~os.path.commonprefix` function, it always returns a valid
732-
patch. (Contributed by Rafik Draoui and Serhiy Storchaka in :issue:`10395`.)
732+
path. (Contributed by Rafik Draoui and Serhiy Storchaka in :issue:`10395`.)
733733

734734
pickle
735735
------

0 commit comments

Comments
 (0)