diff options
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 3170b81..236b6e7 100644 --- a/Doc/library/index.rst +++ b/Doc/library/index.rst @@ -23,7 +23,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 and Mac platforms usually include +The Python installers for the Windows platform usually includes 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 |