From 945a1c56677e3187bb0e3584d7e5a57e661f55ac Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Mon, 4 Aug 2014 11:59:37 +0400 Subject: [PATCH] a tiny fix to function doc --- mediagoblin/processing/__init__.py | 4 ++-- 1 file 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 -- 2.25.1