From: Boris Bobrov Date: Mon, 4 Aug 2014 07:59:37 +0000 (+0400) Subject: a tiny fix to function doc X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=945a1c56677e3187bb0e3584d7e5a57e661f55ac;p=mediagoblin.git a tiny fix to function doc --- 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