summaryrefslogtreecommitdiffstats
path: root/Lib/os.py
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-06-27 06:40:06 (GMT)
committerNed Deily <nad@acm.org>2014-06-27 06:40:06 (GMT)
commit5c867018f0a152ce785d2dbd475648914b1cb2ce (patch)
tree4f4f21d9ad2dde48738fd88b9c63afe375b827fa /Lib/os.py
parent1791c224dd87ba86236c399c2c8ea916635981c2 (diff)
downloadcpython-5c867018f0a152ce785d2dbd475648914b1cb2ce.zip
cpython-5c867018f0a152ce785d2dbd475648914b1cb2ce.tar.gz
cpython-5c867018f0a152ce785d2dbd475648914b1cb2ce.tar.bz2
Issue #21875: Remove vestigial references to Classic Mac OS in os module docs.
Diffstat (limited to 'Lib/os.py')
-rw-r--r--Lib/os.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/os.py b/Lib/os.py
index 327656a..556f592 100644
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -1,4 +1,4 @@
-r"""OS routines for Mac, NT, or Posix depending on what system we're on.
+r"""OS routines for NT or Posix depending on what system we're on.
This exports:
- all functions from posix, nt or ce, e.g. unlink, stat, etc.