Skip to content

Commit 4ac39d5

Browse files
committed
More docstrings.
1 parent a87077f commit 4ac39d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyres/failure/mail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def format_subject(self):
6868
exception=self._exception)
6969

7070
def create_message(self):
71-
"""Returns a message body to send in this email."""
71+
"""Returns a message body to send in this email. Should be from email.mime.*"""
7272

7373
body = dedent("""\
7474
Received exception {exception} on {queue} from worker {worker}:

0 commit comments

Comments
 (0)