Corrected docstring.
This commit is contained in:
parent
02b81187df
commit
3f37ae5f45
|
@ -14,12 +14,6 @@ def harvest_source_delete(context, data_dict):
|
||||||
which will delete the actual harvest type dataset and the
|
which will delete the actual harvest type dataset and the
|
||||||
HarvestSource object (via the after_delete extension point).
|
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)
|
log.info('Deleting harvest source: %r', data_dict)
|
||||||
|
|
Loading…
Reference in New Issue