summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorSimon Charette <charettes@users.noreply.github.com>2014-04-13 19:12:15 -0400
committerSimon Charette <charettes@users.noreply.github.com>2014-04-13 19:12:15 -0400
commit63d0cbab042c981d6ef63a3193fb1fa0027db0fd (patch)
treecdeda332bfe834fe81c43db332a7a5d958ee122b /docs/ref
parent72d3889db4eb3a14acb94f613edd79f0f27d26e3 (diff)
parent8da86fd19b0907d3ea20593ca75073dce727d1aa (diff)
Merge pull request #2541 from arachnegl/22398_KEY_FUNCTION_doc_detail
Fixed #22398 -- Added detail about callable in KEY_FUNCTION docs
Diffstat (limited to 'docs/ref')
-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::