Patch #1410998: remove "DOS" from os.py docstring

This commit is contained in:
Georg Brandl 2006-01-20 21:36:02 +00:00
parent 87b90adc28
commit bde4ad4f92
1 changed files with 1 additions and 1 deletions

View File

@ -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.