#15980: properly escape newlines in docstrings. Patch by Serhiy Storchaka.

This commit is contained in:
Ezio Melotti 2012-09-21 16:27:45 +03:00
parent 3d2fc15f82
commit 003014bf1e
4 changed files with 6 additions and 6 deletions

View file

@ -212,7 +212,7 @@ class Message:
You may override this method if your application wants to bend the
rules, e.g. to strip trailing whitespace, or to recognize MH template
separators ('--------'). For convenience (e.g. for code reading from
sockets) a line consisting of \r\n also matches.
sockets) a line consisting of \\r\\n also matches.
"""
return line in _blanklines