From e4dd1aaab275a7f40265ced3bcea0aedab8c8fdd Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Sat, 9 Jan 2010 10:11:47 -0600 Subject: [PATCH] fix doc typo --- docs/buildbot.texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/buildbot.texinfo b/docs/buildbot.texinfo index 640df247b5b..8c087277885 100644 --- a/docs/buildbot.texinfo +++ b/docs/buildbot.texinfo @@ -8179,10 +8179,10 @@ def messageFormatter(name, build, results, master_status): logLines = 10 text = list() text.append("STATUS: %s" % result.title()) - return { + return @{ 'body' : "\n".join(text), 'type' : 'plain' - } + @} mn = MailNotifier(fromaddr="buildbot@@example.org", sendToInterestedUsers=False,