Skip to content

Commit

Permalink
Update docstring to match functionality (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
bbelyeu committed Sep 12, 2020
1 parent 36f5906 commit 0ad346d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aiocache/backends/memory.py
Expand Up @@ -110,7 +110,7 @@ def __delete(cls, key):
class SimpleMemoryCache(SimpleMemoryBackend, BaseCache):
"""
Memory cache implementation with the following components as defaults:
- serializer: :class:`aiocache.serializers.JsonSerializer`
- serializer: :class:`aiocache.serializers.NullSerializer`
- plugins: None
Config options are:
Expand Down

0 comments on commit 0ad346d

Please sign in to comment.