Skip to content

Commit 9050b41

Browse files
committed
touchups
1 parent bdd092a commit 9050b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sunlight/debugcache.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The cache is disabled by default. Use it like so:
33
44
import logging
5-
from sunlight import cache, openstates
5+
from sunlight import cache
66
77
cache.enable('mongo')
88
cache.logger.setLevel(logging.DEBUG)
@@ -46,7 +46,7 @@ def purge(self, *keys):
4646

4747

4848
class MemoryBackend(BaseBackend):
49-
'''In memory cache for API responses.
49+
'''In-memory cache for API responses.
5050
'''
5151
nicknames = ['mem', 'locmem', 'localmem']
5252

0 commit comments

Comments
 (0)