Fix for typo

This commit is contained in:
2015-04-09 16:31:14 +02:00
parent 1433531723
commit 189cd264e2
@@ -7,7 +7,7 @@ class Job(db.Model):
"""A Job is the basic work unit of Flamenco
The creation of a job can happen in different ways:
* within Flamenco (using a shot creation form)
* within Flamenco (using the job creation form)
* via a query from an external software (e.g. Attract)
* withing Blender itself
"""