Skip to content

Commit f1dd363

Browse files
dix0nymmmarquezs
authored andcommitted
Fix copy pasted comments
1 parent b4a2582 commit f1dd363

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

myjdapi/myjdapi.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def list(self, params=None):
176176

177177
def listEnum(self, type):
178178
"""
179-
:return: List<AdvancedConfigAPIEntry>
179+
:return: List<EnumOption>
180180
"""
181181
resp = self.device.action(self.url + "/listEnum", params=[type])
182182
return resp
@@ -219,7 +219,7 @@ def query(self,
219219
}]):
220220
"""
221221
:param params: A dictionary with options. The default dictionary is
222-
configured so it returns you all the downloads with all details, but you
222+
configured so it returns you all config API entries with all details, but you
223223
can put your own with your options. All the options available are this
224224
ones:
225225
{
@@ -344,7 +344,7 @@ def list(self,
344344
}]):
345345
"""
346346
:param params: A dictionary with options. The default dictionary is
347-
configured so it returns you all the downloads with all details, but you
347+
configured so it returns you all available extensions, but you
348348
can put your own with your options. All the options available are this
349349
ones:
350350
{

0 commit comments

Comments
 (0)