Skip to content

Commit 2a37c48

Browse files
committed
Merge pull request #1243 from process/patch-1
[DOC] fix typo in Python api_client template
2 parents b3ca9cd + 85df7c8 commit 2a37c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/swagger-codegen/src/main/resources/python/api_client.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ApiClient(object):
180180
If obj is str, int, float, bool, return directly.
181181
If obj is datetime.datetime, datetime.date
182182
convert to string in iso8601 format.
183-
If obj is list, santize each element in the list.
183+
If obj is list, sanitize each element in the list.
184184
If obj is dict, return the dict.
185185
If obj is swagger model, return the properties dict.
186186

0 commit comments

Comments
 (0)