Add 'r' to docstrings to avoid expanded backslash escapes. (Ka-Ping Yee)

This commit is contained in:
Guido van Rossum 2000-05-30 13:25:35 +00:00
parent 3e7b133c95
commit 7f91cf9a68
2 changed files with 5 additions and 3 deletions

View file

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