summaryrefslogtreecommitdiff
path: root/dogpile/cache/proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'dogpile/cache/proxy.py')
-rw-r--r--dogpile/cache/proxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dogpile/cache/proxy.py b/dogpile/cache/proxy.py
index 0958838..0b57edb 100644
--- a/dogpile/cache/proxy.py
+++ b/dogpile/cache/proxy.py
@@ -67,7 +67,7 @@ class ProxyBackend(CacheBackend):
pass
def wrap(self, backend: CacheBackend) -> "ProxyBackend":
- """ Take a backend as an argument and setup the self.proxied property.
+ """Take a backend as an argument and setup the self.proxied property.
Return an object that be used as a backend by a :class:`.CacheRegion`
object.
"""