Skip to content

Commit 4cbee40

Browse files
author
Jürgen Hermann
committed
Typo fix
1 parent 4963fae commit 4cbee40

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

roundup/roundupdb.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: roundupdb.py,v 1.19 2001-11-22 15:46:42 jhermann Exp $
18+
# $Id: roundupdb.py,v 1.20 2001-11-25 10:11:14 jhermann Exp $
1919

2020
__doc__ = """
2121
Extending hyperdb with types specific to issue-tracking.
@@ -340,7 +340,7 @@ def sendmessage(self, nodeid, msgid):
340340
writer = MimeWriter.MimeWriter(message)
341341
writer.addheader('Subject', '[%s%s] %s'%(cn, nodeid, title))
342342
writer.addheader('To', ', '.join(sendto))
343-
writer.addheader('Form', self.ISSUE_TRACKER_EMAIL)
343+
writer.addheader('From', self.ISSUE_TRACKER_EMAIL)
344344
writer.addheader('Reply-To:', self.ISSUE_TRACKER_EMAIL)
345345
if files:
346346
part = writer.startmultipartbody('mixed')
@@ -393,6 +393,9 @@ def email_footer(self, nodeid, msgid):
393393

394394
#
395395
# $Log: not supported by cvs2svn $
396+
# Revision 1.19 2001/11/22 15:46:42 jhermann
397+
# Added module docstrings to all modules.
398+
#
396399
# Revision 1.18 2001/11/15 10:36:17 richard
397400
# . incorporated patch from Roch'e Compaan implementing attachments in nosy
398401
# e-mail

0 commit comments

Comments
 (0)