Skip to content

Commit

Permalink
adding ',' after runs per comment from @guidow for #95 (closes #91, #95)
Browse files Browse the repository at this point in the history
  • Loading branch information
opalmer committed Feb 12, 2014
1 parent 900ea5c commit 223f791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfarm/models/jobtype.py
Expand Up @@ -70,7 +70,7 @@ class JobType(db.Model, UtilityMixins, ReprMixin):
"JOBTYPE_DEFAULT_MAX_BATCH",
read_env_int("PYFARM_QUEUE_MAX_BATCH", 1)),
doc=dedent("""
When the queue runs this is the maximum number of
When the queue runs, this is the maximum number of
tasks that the queue can select to assign to a single
agent."""))
batch_contiguous = db.Column(db.Boolean,
Expand Down

0 comments on commit 223f791

Please sign in to comment.