@@ -486,7 +486,7 @@ Process-wide parameters
486486 (set by :c:func: `Py_SetProgramName ` above) and some environment variables.
487487 The returned string consists of a series of directory names separated by a
488488 platform dependent delimiter character. The delimiter character is ``':' ``
489- on Unix and Mac OS X , ``';' `` on Windows. The returned string points into
489+ on Unix and macOS , ``';' `` on Windows. The returned string points into
490490 static storage; the caller should not modify its value. The list
491491 :data: `sys.path ` is initialized with this value on interpreter startup; it
492492 can be (and usually is) modified later to change the search path for loading
@@ -518,7 +518,7 @@ Process-wide parameters
518518 default search path but uses the one provided instead. This is useful if
519519 Python is embedded by an application that has full knowledge of the location
520520 of all modules. The path components should be separated by the platform
521- dependent delimiter character, which is ``':'`` on Unix and Mac OS X , ``';' ``
521+ dependent delimiter character, which is ``':'`` on Unix and macOS , ``';' ``
522522 on Windows.
523523
524524 This also causes :data:`sys.executable` to be set to the program
@@ -561,7 +561,7 @@ Process-wide parameters
561561 Return the platform identifier for the current platform. On Unix, this is
562562 formed from the "official" name of the operating system, converted to lower
563563 case, followed by the major revision number; e.g., for Solaris 2.x, which is
564- also known as SunOS 5.x, the value is ``' sunos5' ``. On Mac OS X , it is
564+ also known as SunOS 5.x, the value is ``' sunos5' ``. On macOS , it is
565565 ``' darwin' ``. On Windows, it is ``' win' ``. The returned string points into
566566 static storage; the caller should not modify its value. The value is available
567567 to Python code as ``sys.platform``.
0 commit comments