summaryrefslogtreecommitdiffstats
path: root/Lib/reconvert.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-05-30 13:25:35 (GMT)
committerGuido van Rossum <guido@python.org>2000-05-30 13:25:35 (GMT)
commit7f91cf9a68432ad502ff9a25070b74ca62b9ac8d (patch)
tree88dd32bb47b29870d63646751b1ea429ef19324e /Lib/reconvert.py
parent3e7b133c957d92b2f0db6e7060bf8a48617f8d9d (diff)
downloadcpython-7f91cf9a68432ad502ff9a25070b74ca62b9ac8d.zip
cpython-7f91cf9a68432ad502ff9a25070b74ca62b9ac8d.tar.gz
cpython-7f91cf9a68432ad502ff9a25070b74ca62b9ac8d.tar.bz2
Add 'r' to docstrings to avoid expanded backslash escapes. (Ka-Ping Yee)
Diffstat (limited to 'Lib/reconvert.py')
-rwxr-xr-xLib/reconvert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/reconvert.py b/Lib/reconvert.py
index 2b044b6..7c2d376 100755
--- a/Lib/reconvert.py
+++ b/Lib/reconvert.py
@@ -1,6 +1,6 @@
#! /usr/bin/env python1.5
-"""Convert old ("regex") regular expressions to new syntax ("re").
+r"""Convert old ("regex") regular expressions to new syntax ("re").
When imported as a module, there are two functions, with their own
strings: