#15980: properly escape newlines in docstrings.  Patch by Serhiy Storchaka.
diff --git a/Lib/email/base64mime.py b/Lib/email/base64mime.py
index 8804427..4aa8000 100644
--- a/Lib/email/base64mime.py
+++ b/Lib/email/base64mime.py
@@ -130,7 +130,7 @@
     verbatim (this is the default).
 
     Each line of encoded text will end with eol, which defaults to "\\n".  Set
-    this to "\r\n" if you will be using the result of this function directly
+    this to "\\r\\n" if you will be using the result of this function directly
     in an email.
     """
     if not s: