mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Patch #1410998: remove "DOS" from os.py docstring
This commit is contained in:
parent
87b90adc28
commit
bde4ad4f92
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue