diff --git a/tarantool/response.py b/tarantool/response.py index 9eac1b9e..24464fda 100644 --- a/tarantool/response.py +++ b/tarantool/response.py @@ -263,7 +263,7 @@ def __str__(self): 'code': self.strerror[0], 'reason': self.return_message } - }, sort_keys = True, indent = 4) + }, sort_keys = True, indent = 4, separators=(', ', ': ')) output = [] for tpl in self._data or (): output.extend(("- ", repr(tpl), "\n"))