Commit a956f3b0 authored by Jannis Leidel's avatar Jannis Leidel Committed by Sean Bleier

Typo.

parent 4b98dbf4
...@@ -53,8 +53,7 @@ class CacheClass(BaseCache): ...@@ -53,8 +53,7 @@ class CacheClass(BaseCache):
if value is None: if value is None:
return default return default
# pickle doesn't want a unicode!
# picke doesn't want a unicode!
value = smart_str(value) value = smart_str(value)
# hydrate that pickle # hydrate that pickle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment