]> granicus.if.org Git - python/commitdiff
Fix for one-letter type in What's New In Python 3.5.
authorLarry Hastings <larry@hastings.org>
Mon, 24 Aug 2015 19:49:22 +0000 (12:49 -0700)
committerLarry Hastings <larry@hastings.org>
Mon, 24 Aug 2015 19:49:22 +0000 (12:49 -0700)
Doc/whatsnew/3.5.rst

index a9741302e9fe49fc4fe222bfd88c37c0a75f2385..11f871b786ae0f2d037198deebdc6590cce14f4d 100644 (file)
@@ -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
 ------