summaryrefslogtreecommitdiffstats
path: root/Lib/os.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-20 21:36:02 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-20 21:36:02 (GMT)
commitbde4ad4f924ef9338e4acfb1195de9715c8ff70f (patch)
tree759f688775f3273b90c01abe19943f945cf3d09b /Lib/os.py
parent87b90adc28c23b7653ba7c08012e2cb2ac3b461a (diff)
downloadcpython-bde4ad4f924ef9338e4acfb1195de9715c8ff70f.zip
cpython-bde4ad4f924ef9338e4acfb1195de9715c8ff70f.tar.gz
cpython-bde4ad4f924ef9338e4acfb1195de9715c8ff70f.tar.bz2
Patch #1410998: remove "DOS" from os.py docstring
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 7c49ba4..31002ac 100644
--- a/Lib/os.py
+++ b/Lib/os.py
@@ -1,4 +1,4 @@
-r"""OS routines for Mac, DOS, NT, or Posix depending on what system we're on.
+r"""OS routines for Mac, NT, or Posix depending on what system we're on.
This exports:
- all functions from posix, nt, os2, mac, or ce, e.g. unlink, stat, etc.