~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/answers/model/questionjob.py

  • Committer: Curtis Hovey
  • Date: 2011-04-27 22:01:14 UTC
  • mto: (12943.1.3 question-email-2)
  • mto: This revision was merged to the branch mainline in revision 12949.
  • Revision ID: curtis.hovey@canonical.com-20110427220114-y4tm5drhif1oq1tw
Fixed grammar and spelling.

Show diffs side-by-side

added added

removed removed

Lines of Context:
188
188
        return '\n'.join(body_parts)
189
189
 
190
190
    def run(self):
191
 
        """Send emails."""
 
191
        """See `IRunnableJob`.
 
192
 
 
193
        Send emails to all the question recipients.
 
194
        """
192
195
        log.debug(
193
196
            "%s will send email for question %s.",
194
197
            self.log_name, self.question.id)