Corrected docstring.

This commit is contained in:
Mark Winterbottom 2015-10-30 16:11:25 +00:00
parent 02b81187df
commit 3f37ae5f45
1 changed files with 0 additions and 6 deletions

View File

@ -14,12 +14,6 @@ def harvest_source_delete(context, data_dict):
which will delete the actual harvest type dataset and the
HarvestSource object (via the after_delete extension point).
:param id: the name or id of the harvest source to delete
:type id: string
:returns: the newly created harvest source
:rtype: dictionary
"""
log.info('Deleting harvest source: %r', data_dict)