# HG changeset patch # User Pawel Solyga # Date 1240331053 0 # Node ID 543f11d7b0e46444ce9738ad240976dbd5ddfa34 # Parent f11596eccd9225a9f79edce4ad7e02d56b6788dd Fix missing dot in stats.py docstring. Patch by: Pawel Solyga Reviewed by: to-be-reviewed diff -r f11596eccd92 -r 543f11d7b0e4 scripts/stats.py --- a/scripts/stats.py Tue Apr 21 14:36:47 2009 +0000 +++ b/scripts/stats.py Tue Apr 21 16:24:13 2009 +0000 @@ -259,7 +259,7 @@ def startSpam(): - """Creates the job that is responsible for sending mails + """Creates the job that is responsible for sending mails. """ from soc.logic.models.job import logic as job_logic