Fixed typo in documentation of the Job Model.
authorLennard de Rijk <ljvderijk@gmail.com>
Sat, 18 Apr 2009 14:51:27 +0000
changeset 2216 2ac430aa5799
parent 2215 c5b7f6bc8c27
child 2217 2c6ec0357149
Fixed typo in documentation of the Job Model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
app/soc/models/job.py
--- 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)