Skip to content

Commit 07b0e30

Browse files
authored
Merge pull request #853 from parente/hotfix/classname-typo
Fix P vs p typo
2 parents 8906a57 + 023f2ab commit 07b0e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbviewer/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def cache(self):
153153
else:
154154
log.app_log.info("Using plain memcache")
155155

156-
cache = AsyncMultiPartMemcache(memcache_urls.split(','), **kwargs)
156+
cache = AsyncMultipartMemcache(memcache_urls.split(','), **kwargs)
157157
else:
158158
log.app_log.info("Using in-memory cache")
159159
cache = DummyAsyncCache()

0 commit comments

Comments
 (0)