]> granicus.if.org Git - python/commitdiff
Normalize spelling of Mac OS X.
authorGeorg Brandl <georg@python.org>
Sun, 5 Apr 2009 10:29:57 +0000 (10:29 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 5 Apr 2009 10:29:57 +0000 (10:29 +0000)
Doc/distutils/apiref.rst
Doc/library/os.path.rst
Doc/library/ttk.rst

index e3608fbb6dbfd107c736329e441dbc63df03e0ef..a3b464afec49bb0c0ea992abb0946ba3d427243f 100644 (file)
@@ -1091,17 +1091,17 @@ other utility module.
 
    For non-POSIX platforms, currently just returns ``sys.platform``.
 
-   For MacOS X systems the OS version reflects the minimal version on which
+   For Mac OS X systems the OS version reflects the minimal version on which
    binaries will run (that is, the value of ``MACOSX_DEPLOYMENT_TARGET``
    during the build of Python), not the OS version of the current system.
 
-   For universal binary builds on MacOS X the architecture value reflects
+   For universal binary builds on Mac OS X the architecture value reflects
    the univeral binary status instead of the architecture of the current
    processor. For 32-bit universal binaries the architecture is ``fat``,
    for 64-bit universal binaries the architecture is ``fat64``, and
    for 4-way universal binaries the architecture is ``universal``.
 
-   Examples of returned values on MacOS X:
+   Examples of returned values on Mac OS X:
 
    * ``macosx-10.3-ppc``
 
index bc2220dd448c9e14c7924b08c0909a4ca05970d8..01406e06b3ff7246e72367c2bff052e887ff48a7 100644 (file)
@@ -190,9 +190,9 @@ write files see :func:`open`, and for accessing the filesystem see the
 
 .. function:: normcase(path)
 
-   Normalize the case of a pathname.  On Unix and MacOSX, this returns the path unchanged; on
-   case-insensitive filesystems, it converts the path to lowercase.  On Windows, it
-   also converts forward slashes to backward slashes.
+   Normalize the case of a pathname.  On Unix and Mac OS X, this returns the
+   path unchanged; on case-insensitive filesystems, it converts the path to
+   lowercase.  On Windows, it also converts forward slashes to backward slashes.
 
 
 .. function:: normpath(path)
index f38664e8ea0312a7e15bebd3a368e492dac3653f..1795771caa704b84bc01f7f9c52c929ea6b8b73e 100644 (file)
@@ -656,7 +656,7 @@ ones inherited from :class:`ttk.Widget`.
 Platform-specific notes
 ^^^^^^^^^^^^^^^^^^^^^^^
 
-* On MacOS X, toplevel windows automatically include a built-in size grip
+* On Mac OS X, toplevel windows automatically include a built-in size grip
   by default. Adding a :class:`Sizegrip` is harmless, since the built-in
   grip will just mask the widget.