Use r""" instead of """ for the docstring so that backslashes are preserved.

This commit is contained in:
Ka-Ping Yee 2001-03-02 23:31:43 +00:00
parent 81df7be2a2
commit feb6719851
1 changed files with 1 additions and 1 deletions

View File

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