diff options
author | Georg Brandl <georg@python.org> | 2008-09-13 17:41:16 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-13 17:41:16 (GMT) |
commit | 9af9498c6e59aa9efe0370bcc476307b4c30c06c (patch) | |
tree | c8b5dee5200abd38af016b0e13fb93410e1b550b /Doc/library/index.rst | |
parent | f2a2c796e37f888a254d7e2af8e4bc0dc0899530 (diff) | |
download | cpython-9af9498c6e59aa9efe0370bcc476307b4c30c06c.zip cpython-9af9498c6e59aa9efe0370bcc476307b4c30c06c.tar.gz cpython-9af9498c6e59aa9efe0370bcc476307b4c30c06c.tar.bz2 |
Remove things specific to the old Macintosh, and spell "Mac OS X" consistently.
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 657011a..717bfb8 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 |