[Python-checkins] cpython (3.5): Docs: Fix typo

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


https://hg.python.org/cpython/rev/99e6b7084c1a
changeset:   96512:99e6b7084c1a
branch:      3.5
parent:      96510:3f2bf0ff262c
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Thu Jun 04 11:10:24 2015 -0400
summary:
  Docs: Fix typo

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