Skip to content

Commit 5d5026a

Browse files
updating doc string
1 parent 611796f commit 5d5026a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ clean:
1010
@find ./ -name '*.pyc' -exec rm -f {} \;
1111
@find ./ -name 'Thumbs.db' -exec rm -f {} \;
1212
@find ./ -name '*~' -exec rm -f {} \;
13-
@find ./ -name '.DS_Store' -exec rm -f {} \;
13+
@find ./ -name '.DS_Store' -exec rm -f {} \;

ads/aqua/extension/model_handler.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ def get(self,*args, **kwargs):
190190
191191
Returns
192192
-------
193-
List[AquaModelSummary]
194-
Returns the matching AquaModelSummary object if found, else None.
193+
List[str]
194+
Returns the matching model ids string
195195
"""
196196

197197
query=self.get_argument("query",default=None)

0 commit comments

Comments
 (0)