Skip to content

Commit aafdd94

Browse files
jwshieldsargaen
authored andcommitted
Fixed spelling error in serializers.py (#371)
1 parent 92026e9 commit aafdd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aiocache/serializers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
try:
77
import ujson as json
88
except ImportError:
9-
logger.warning("ujson module not found, usin json")
9+
logger.warning("ujson module not found, using json")
1010
import json
1111

1212

0 commit comments

Comments
 (0)