Fix typo error
Fix obvious typo errors existed in method comments. Change-Id: Ib5f9a4fffec039bc933e4675ff7088fa33fb3e2d
This commit is contained in:
parent
e05e7ed524
commit
8d184dc550
@ -205,7 +205,7 @@ class ApiClient(object):
|
|||||||
return '\r\n'.join(lines)
|
return '\r\n'.join(lines)
|
||||||
|
|
||||||
def deserialize(self, obj, objClass):
|
def deserialize(self, obj, objClass):
|
||||||
"""Derialize a JSON string into an object.
|
"""Deserialize a JSON string into an object.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
obj -- string or object to be deserialized
|
obj -- string or object to be deserialized
|
||||||
|
Loading…
x
Reference in New Issue
Block a user