[DOC] fix typo in Python api_client template

This commit is contained in:
Justin Chines 2015-09-16 22:09:01 -07:00
parent b3ca9cdbe0
commit 85df7c8ed7

View File

@ -180,7 +180,7 @@ class ApiClient(object):
If obj is str, int, float, bool, return directly.
If obj is datetime.datetime, datetime.date
convert to string in iso8601 format.
If obj is list, santize each element in the list.
If obj is list, sanitize each element in the list.
If obj is dict, return the dict.
If obj is swagger model, return the properties dict.