a tiny fix to function doc

This commit is contained in:
Boris Bobrov 2014-08-04 11:59:37 +04:00
parent 54b4b28f84
commit 945a1c5667

View File

@ -309,8 +309,8 @@ def mark_entry_failed(entry_id, exc):
store extra information that can be useful for users telling them store extra information that can be useful for users telling them
why their media failed to process. why their media failed to process.
Args: :param entry_id: The id of the media entry
- entry_id: The id of the media entry :param exc: An instance of BaseProcessingFail
""" """
# Was this a BaseProcessingFail? In other words, was this a # Was this a BaseProcessingFail? In other words, was this a