[Python-checkins] cpython (merge 3.5 -> default): Merge 3.5

yury.selivanov python-checkins at python.org
Thu Jun 4 17:10:42 CEST 2015


https://hg.python.org/cpython/rev/c2c3b79ba992
changeset:   96513:c2c3b79ba992
parent:      96511:68f40b6448b9
parent:      96512:99e6b7084c1a
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Thu Jun 04 11:10:36 2015 -0400
summary:
  Merge 3.5

files:
  Doc/library/sys.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -585,7 +585,7 @@
 
    .. note::
       This function has been added on a provisional basis (see :pep:`411`
-      for details.)  Use it only for debug purposes.
+      for details.)  Use it only for debugging purposes.
 
 
 .. data:: hash_info
@@ -1106,7 +1106,7 @@
 
    .. note::
       This function has been added on a provisional basis (see :pep:`411`
-      for details.)  Use it only for debug purposes.
+      for details.)  Use it only for debugging purposes.
 
 
 .. data:: stdin

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


More information about the Python-checkins mailing list