# HG changeset patch # User Lennard de Rijk # Date 1240066287 0 # Node ID 2ac430aa57995b43977849b567ca4670b78aa70e # Parent c5b7f6bc8c273c4d372474d55e452cff7859ff78 Fixed typo in documentation of the Job Model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed diff -r c5b7f6bc8c27 -r 2ac430aa5799 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)