a tiny fix to function doc
authorBoris Bobrov <breton@cynicmansion.ru>
Mon, 4 Aug 2014 07:59:37 +0000 (11:59 +0400)
committerBoris Bobrov <breton@cynicmansion.ru>
Mon, 16 Feb 2015 10:41:09 +0000 (13:41 +0300)
mediagoblin/processing/__init__.py

index b7e36027ef7ccf412cead1ffcf5bc877e3430eae..aa8f1447aeb9859147b3fbd45e68bd6eabf6d11c 100644 (file)
@@ -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