From 85df7c8ed7e37fde105b5f00ff0779784743fc9c Mon Sep 17 00:00:00 2001 From: Justin Chines Date: Wed, 16 Sep 2015 22:09:01 -0700 Subject: [PATCH] [DOC] fix typo in Python api_client template --- .../src/main/resources/python/api_client.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/swagger-codegen/src/main/resources/python/api_client.mustache b/modules/swagger-codegen/src/main/resources/python/api_client.mustache index f62f341045b..13ec8ed4396 100644 --- a/modules/swagger-codegen/src/main/resources/python/api_client.mustache +++ b/modules/swagger-codegen/src/main/resources/python/api_client.mustache @@ -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.