Fix missing dot in stats.py docstring.
authorPawel Solyga <Pawel.Solyga@gmail.com>
Tue, 21 Apr 2009 16:24:13 +0000
changeset 2270 543f11d7b0e4
parent 2269 f11596eccd92
child 2271 6519029b444f
Fix missing dot in stats.py docstring. Patch by: Pawel Solyga Reviewed by: to-be-reviewed
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