app/soc/models/job.py
changeset 2216 2ac430aa5799
parent 2212 4095892a3c99
child 2225 c6a0f935504c
--- a/app/soc/models/job.py	Sat Apr 18 14:43:42 2009 +0000
+++ b/app/soc/models/job.py	Sat Apr 18 14:51:27 2009 +0000
@@ -51,7 +51,7 @@
   #: the date this job was last modified on
   last_modified_on = db.DateTimeProperty(auto_now_add=True)
 
-  #: the amount of times this job raised an Exception (other than an
+  #: the amount of times this job raised an Exception (other than a
   #: DeadlineExceededException).
   errors = db.IntegerProperty(default=0)