Skip to content

Commit

Permalink
message is a file-like object, not bytes, so correct the docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc committed Aug 21, 2017
1 parent d73c9f9 commit 1601a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/twisted/mail/bounce.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def generateBounce(message, failedFrom, failedTo, transcript=''):
"""
Generate a bounce message for an undeliverable email message.
@type message: L{bytes}
@type message: a file-like object
@param message: The undeliverable message.
@type failedFrom: L{bytes}
Expand Down

0 comments on commit 1601a03

Please sign in to comment.