Skip to content

Commit 483382b

Browse files
author
Fabien Coelho
committed
typo--
1 parent 0a9892e commit 483382b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CacheToolsUtils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ def serialize(self, key, value):
610610
if isinstance(value, str):
611611
return value.encode("utf-8"), 1
612612
else:
613-
return json.dumps(value, sort_keys=True, separatos=(",", ":")).encode("utf-8"), 2
613+
return json.dumps(value, sort_keys=True, separators=(",", ":")).encode("utf-8"), 2
614614

615615
# reverse previous serialization
616616
def deserialize(self, key, value, flag):

0 commit comments

Comments
 (0)