summaryrefslogtreecommitdiff
path: root/doc/en/builtin.rst
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2015-10-06 21:06:25 +0200
committerFlorian Bruhin <git@the-compiler.org>2015-10-06 21:06:25 +0200
commit42937d4bb613d20a33d0b0bd759b4521cea0a7ec (patch)
treeb52e7465dcf4157db7d318bb8534334c7e759718 /doc/en/builtin.rst
parent4dea0892cbcaca9e07f8cb989b6262c1b70e5e4c (diff)
downloadpytest-42937d4bb613d20a33d0b0bd759b4521cea0a7ec.tar.gz
Prepare 2.8.2 release.
Diffstat (limited to 'doc/en/builtin.rst')
-rw-r--r--doc/en/builtin.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/builtin.rst b/doc/en/builtin.rst
index fb5cd69ee..5d7efa6cd 100644
--- a/doc/en/builtin.rst
+++ b/doc/en/builtin.rst
@@ -79,8 +79,8 @@ You can ask for available builtin or project-custom
cache.get(key, default)
cache.set(key, value)
- Keys must be strings not containing a "/" separator. Add a unique identifier
- (such as plugin/app name) to avoid clashes with other cache users.
+ Keys must be a ``/`` separated value, where the first part is usually the
+ name of your plugin or application to avoid clashes with other cache users.
Values can be any object handled by the json stdlib module.
capsys