From 6146a9f17abce3f2ec799f339c13fe5792847d15 Mon Sep 17 00:00:00 2001 From: Lennard de Rijk Date: Sat, 18 Apr 2009 14:51:27 +0000 Subject: [PATCH] Fixed typo in documentation of the Job Model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed --- app/soc/models/job.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soc/models/job.py b/app/soc/models/job.py index 2927b979..f7074aba 100644 --- a/app/soc/models/job.py +++ b/app/soc/models/job.py @@ -51,7 +51,7 @@ class Job(base.ModelWithFieldAttributes): #: 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) -- 2.11.4.GIT