diff options
Diffstat (limited to 'Lib/reconvert.py')
-rwxr-xr-x | Lib/reconvert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/reconvert.py b/Lib/reconvert.py index 2b044b636a..7c2d3768ae 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: |