diff options
author | Ned Deily <nad@acm.org> | 2015-03-09 08:55:35 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-03-09 08:55:35 (GMT) |
commit | 52eb536c99968027187e5b5a65057da0277070e4 (patch) | |
tree | 2aec23919fa14c5e5efeceea2c10dfd7e87deb2d | |
parent | c49de355850dd4c68a1a0b1f2aa19869d20d62fe (diff) | |
parent | 8be2142377ffd2473f522222968a87aad04adea8 (diff) | |
download | cpython-52eb536c99968027187e5b5a65057da0277070e4.zip cpython-52eb536c99968027187e5b5a65057da0277070e4.tar.gz cpython-52eb536c99968027187e5b5a65057da0277070e4.tar.bz2 |
Issue #23617: Correct plurals typo noted by Kentrell Johnson.
-rw-r--r-- | Doc/library/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/index.rst b/Doc/library/index.rst index ac7ab91..a925e10 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -20,7 +20,7 @@ everyday programming. Some of these modules are explicitly designed to 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 |