We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92026e9 commit aafdd94Copy full SHA for aafdd94
aiocache/serializers.py
@@ -6,7 +6,7 @@
6
try:
7
import ujson as json
8
except ImportError:
9
- logger.warning("ujson module not found, usin json")
+ logger.warning("ujson module not found, using json")
10
import json
11
12
0 commit comments