diff options
author | Ned Deily <nad@acm.org> | 2015-03-09 08:55:02 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2015-03-09 08:55:02 (GMT) |
commit | 8be2142377ffd2473f522222968a87aad04adea8 (patch) | |
tree | 5fc4ffc67a6f142b4e3bb19a5621c8098f555633 /Doc/library/index.rst | |
parent | c8358273aec3915c13597c0c5cb5d633589c9da0 (diff) | |
download | cpython-8be2142377ffd2473f522222968a87aad04adea8.zip cpython-8be2142377ffd2473f522222968a87aad04adea8.tar.gz cpython-8be2142377ffd2473f522222968a87aad04adea8.tar.bz2 |
Issue #23617: Correct plurals typo noted by Kentrell Johnson.
Diffstat (limited to 'Doc/library/index.rst')
-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 |