Browse Source

Merge pull request #2541 from arachnegl/22398_KEY_FUNCTION_doc_detail

Fixed #22398 -- Added detail about callable in KEY_FUNCTION docs
Simon Charette 11 years ago
parent
commit
63d0cbab04
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/settings.txt

+ 1 - 1
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::