Skip to content

Commit ac1a124

Browse files
authored
Update natural_language_understanding_v1.py
1 parent 568cb2a commit ac1a124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

watson_developer_cloud/natural_language_understanding_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def deleteModel(self, model_id=None):
9595
"""
9696
Deletes a custom model
9797
:param model_id: The ID of the model to delete
98-
:return: dict of analyzed text
98+
:return: dict with status of model deletion
9999
"""
100100
if model_id is None:
101101
raise ValueError("Missing parameter 'model_id'")

0 commit comments

Comments
 (0)