Fixed typo in documentation of the Job Model.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
--- 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)