mediagoblin/submit/lib.py: fix typo

Signed-off-by: Alon Levy <alon@pobox.com>
This commit is contained in:
Alon Levy 2013-04-23 09:39:51 +03:00 committed by Elrond
parent 6bea8a9094
commit cec9648c11

View File

@ -40,7 +40,7 @@ def prepare_queue_task(app, entry, filename):
""" """
Prepare a MediaEntry for the processing queue and get a queue file Prepare a MediaEntry for the processing queue and get a queue file
""" """
# We generate this ourselves so we know what the taks id is for # We generate this ourselves so we know what the task id is for
# retrieval later. # retrieval later.
# (If we got it off the task's auto-generation, there'd be # (If we got it off the task's auto-generation, there'd be