]> granicus.if.org Git - python/commitdiff
Patch #1410998: remove "DOS" from os.py docstring
authorGeorg Brandl <georg@python.org>
Fri, 20 Jan 2006 21:36:02 +0000 (21:36 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 20 Jan 2006 21:36:02 +0000 (21:36 +0000)
Lib/os.py

index 7c49ba4b6a4d061ee294492492aa0527b28959f6..31002acb75b0106d7659f140df8f52e666c30b5d 100644 (file)
--- 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.