summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorarachnegl <gregoryloyse@gmail.com>2014-04-13 18:52:43 -0400
committerarachnegl <gregoryloyse@gmail.com>2014-04-13 18:52:43 -0400
commit8da86fd19b0907d3ea20593ca75073dce727d1aa (patch)
tree1b158299ab6b988a6f68abedd2a3e1f2785298de /docs
parentb82f30785ff0f9fedf38fc79624a9064a903de4a (diff)
Fixed #22398 -- Added detail about callable in KEY_FUNCTION docs
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/settings.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/settings.txt b/docs/ref/settings.txt
index 01b9f4a351..9a0dbd686d 100644
--- a/docs/ref/settings.txt
+++ b/docs/ref/settings.txt
@@ -189,7 +189,7 @@ backend class (i.e. ``mypackage.backends.whatever.WhateverCache``).
KEY_FUNCTION
~~~~~~~~~~~~
-A string containing a dotted path to a function that defines how to
+A string containing a dotted path to a function (or any callable) that defines how to
compose a prefix, version and key into a final cache key. The default
implementation is equivalent to the function::