mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Add 'r' to docstrings to avoid expanded backslash escapes. (Ka-Ping Yee)
This commit is contained in:
parent
3e7b133c95
commit
7f91cf9a68
2 changed files with 5 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue