mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Use r""" instead of """ for the docstring so that backslashes are preserved.
This commit is contained in:
parent
81df7be2a2
commit
feb6719851
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
"""OS routines for Mac, DOS, NT, or Posix depending on what system we're on.
|
r"""OS routines for Mac, DOS, NT, or Posix depending on what system we're on.
|
||||||
|
|
||||||
This exports:
|
This exports:
|
||||||
- all functions from posix, nt, dos, os2, mac, or ce, e.g. unlink, stat, etc.
|
- all functions from posix, nt, dos, os2, mac, or ce, e.g. unlink, stat, etc.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue