Skip to content

Commit

Permalink
Fix P vs p typo
Browse files Browse the repository at this point in the history
  • Loading branch information
parente committed Sep 7, 2019
1 parent 8906a57 commit 023f2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbviewer/app.py
Expand Up @@ -153,7 +153,7 @@ def cache(self):
else:
log.app_log.info("Using plain memcache")

cache = AsyncMultiPartMemcache(memcache_urls.split(','), **kwargs)
cache = AsyncMultipartMemcache(memcache_urls.split(','), **kwargs)
else:
log.app_log.info("Using in-memory cache")
cache = DummyAsyncCache()
Expand Down

0 comments on commit 023f2ab

Please sign in to comment.