diff options
Diffstat (limited to 'Lib/rfc822.py')
-rw-r--r-- | Lib/rfc822.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/rfc822.py b/Lib/rfc822.py index bb17614..6473149 100644 --- a/Lib/rfc822.py +++ b/Lib/rfc822.py @@ -193,7 +193,7 @@ class Message: You may override this method if your application wants to bend the rules, e.g. to strip trailing whitespace, - or to recognise MH template separators ('--------'). + or to recognize MH template separators ('--------'). For convenience (e.g. for code reading from sockets) a line consisting of \r\n also matches. """ |