[Python-checkins] cpython (3.5): Fix for one-letter type in What's New In Python 3.5.

larry.hastings python-checkins at python.org
Mon Aug 24 22:01:12 CEST 2015


https://hg.python.org/cpython/rev/7382e5fe3a40
changeset:   97477:7382e5fe3a40
branch:      3.5
parent:      97475:5a9ac801f9b4
user:        Larry Hastings <larry at hastings.org>
date:        Mon Aug 24 12:49:22 2015 -0700
summary:
  Fix for one-letter type in What's New In Python 3.5.

files:
  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
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -729,7 +729,7 @@
 
 * 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
 ------

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list