aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Message.py
diff options
context:
space:
mode:
authorMark Sapiro <mark@msapiro.net>2019-01-28 21:48:13 -0800
committerMark Sapiro <mark@msapiro.net>2019-01-28 21:48:13 -0800
commitdd5dc51fc773b56c6f4b33ab739d2b148ec45337 (patch)
tree325dddc0d3c1efffdd81d825ed6dcfe6265ae8a9 /Mailman/Message.py
parent189515c4d3f1ed52b83d63577ebefec5c991b281 (diff)
downloadmailman2-dd5dc51fc773b56c6f4b33ab739d2b148ec45337.tar.gz
mailman2-dd5dc51fc773b56c6f4b33ab739d2b148ec45337.tar.xz
mailman2-dd5dc51fc773b56c6f4b33ab739d2b148ec45337.zip
Expand tabs in Python code.
Diffstat (limited to 'Mailman/Message.py')
-rw-r--r--Mailman/Message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Message.py b/Mailman/Message.py
index 2d68fd8f..f4ca20c7 100644
--- a/Mailman/Message.py
+++ b/Mailman/Message.py
@@ -236,7 +236,7 @@ class Message(email.Message.Message):
Mailman.Message.Generator.
Operates like email.Message.Message.as_string, only
- using Mailman's Message.Generator class. Only the top headers will
+ using Mailman's Message.Generator class. Only the top headers will
get folded.
"""
fp = StringIO()