[Python-checkins] cpython (3.4): Issue #23617: Correct plurals typo noted by Kentrell Johnson.

ned.deily python-checkins at python.org
Mon Mar 9 09:56:08 CET 2015


https://hg.python.org/cpython/rev/e623283e4dd6
changeset:   94910:e623283e4dd6
branch:      3.4
parent:      94904:8264652bce68
user:        Ned Deily <nad at acm.org>
date:        Mon Mar 09 01:55:02 2015 -0700
summary:
  Issue #23617: Correct plurals typo noted by Kentrell Johnson.

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


diff --git a/Doc/library/index.rst b/Doc/library/index.rst
--- a/Doc/library/index.rst
+++ b/Doc/library/index.rst
@@ -20,7 +20,7 @@
 encourage and enhance the portability of Python programs by abstracting
 away platform-specifics into platform-neutral APIs.
 
-The Python installers for the Windows platform usually includes
+The Python installers for the Windows platform usually include
 the entire standard library and often also include many additional
 components. For Unix-like operating systems Python is normally provided
 as a collection of packages, so it may be necessary to use the packaging

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


More information about the Python-checkins mailing list