summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-06-14 11:10:00 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-06-14 11:10:00 -0400
commitdba71da865bc274871ffd7e1f4906d6627f8c33b (patch)
treeec234cf1de5b82168ae6b0b4766a0f81e9497412
parent49952f94f414307815a2fc3a01d55d209af29eaa (diff)
downloaddogpile-cache-dba71da865bc274871ffd7e1f4906d6627f8c33b.tar.gz
- fix module path
-rw-r--r--docs/build/api.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/build/api.rst b/docs/build/api.rst
index 2e04f29..286ed64 100644
--- a/docs/build/api.rst
+++ b/docs/build/api.rst
@@ -39,7 +39,7 @@ Backends
.. automodule:: dogpile.cache.proxy
:members:
-.. automodule:: dogpile.cache.null
+.. automodule:: dogpile.cache.backends.null
:members:
Plugins