diff options
author | Boris Bobrov <breton@cynicmansion.ru> | 2014-08-04 11:59:37 +0400 |
---|---|---|
committer | Boris Bobrov <breton@cynicmansion.ru> | 2015-02-16 13:41:09 +0300 |
commit | 945a1c56677e3187bb0e3584d7e5a57e661f55ac (patch) | |
tree | f0deb0e28cb51bb59952132ed1a6a6d54cf32c66 /mediagoblin/processing | |
parent | 54b4b28f84444a5b4e95eca0c2ca6429d52573c3 (diff) | |
download | mediagoblin-945a1c56677e3187bb0e3584d7e5a57e661f55ac.tar.lz mediagoblin-945a1c56677e3187bb0e3584d7e5a57e661f55ac.tar.xz mediagoblin-945a1c56677e3187bb0e3584d7e5a57e661f55ac.zip |
a tiny fix to function doc
Diffstat (limited to 'mediagoblin/processing')
-rw-r--r-- | mediagoblin/processing/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/processing/__init__.py b/mediagoblin/processing/__init__.py index b7e36027..aa8f1447 100644 --- a/mediagoblin/processing/__init__.py +++ b/mediagoblin/processing/__init__.py @@ -309,8 +309,8 @@ def mark_entry_failed(entry_id, exc): store extra information that can be useful for users telling them why their media failed to process. - Args: - - entry_id: The id of the media entry + :param entry_id: The id of the media entry + :param exc: An instance of BaseProcessingFail """ # Was this a BaseProcessingFail? In other words, was this a |