Skip to content

Commit 7ba0fa0

Browse files
fixed a typo
1 parent 549460f commit 7ba0fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SoftLayer/API.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def call(self, service, method, *args, **kwargs):
215215
"""
216216
if kwargs.pop('iter', False):
217217
# Most of the codebase assumes a non-generator will be returned, so casting to list
218-
# keeps thsoe sections working
218+
# keeps those sections working
219219
return list(self.iter_call(service, method, *args, **kwargs))
220220

221221
invalid_kwargs = set(kwargs.keys()) - VALID_CALL_ARGS

0 commit comments

Comments
 (0)