Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5d1c04

Browse files
committed
Slightly better docstring
1 parent 93b2cc4 commit c5d1c04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/email/Errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88

99
class MessageError(Exception):
10-
"""Base class for errors in this module."""
10+
"""Base class for errors in the email package."""
1111

1212

1313
class MessageParseError(MessageError):

0 commit comments

Comments
 (0)