From feb671985134f24769f0e1f6bfcce5fac2a8d254 Mon Sep 17 00:00:00 2001 From: Ka-Ping Yee Date: Fri, 2 Mar 2001 23:31:43 +0000 Subject: Use r""" instead of """ for the docstring so that backslashes are preserved. --- Lib/os.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/os.py b/Lib/os.py index 84722af..d6ebf4b 100644 --- a/Lib/os.py +++ b/Lib/os.py @@ -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: - all functions from posix, nt, dos, os2, mac, or ce, e.g. unlink, stat, etc. -- cgit v0.12