From 2e48c32dead05221e7ad511e90bae183aff8d43c Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 26 Feb 2020 01:24:18 +0100 Subject: [PATCH] docs: fix reference to config.cache fixture (#6807) --- doc/en/cache.rst | 2 +- doc/en/reference.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/en/cache.rst b/doc/en/cache.rst index 38eab911e..6baccd440 100644 --- a/doc/en/cache.rst +++ b/doc/en/cache.rst @@ -251,7 +251,7 @@ the cache and nothing will be printed: test_caching.py:20: AssertionError 1 failed in 0.12s -See the :fixture:`cache-api` for more details. +See the :fixture:`config.cache fixture ` for more details. Inspecting Cache content diff --git a/doc/en/reference.rst b/doc/en/reference.rst index 64e5881fa..16bf3cf79 100644 --- a/doc/en/reference.rst +++ b/doc/en/reference.rst @@ -284,7 +284,7 @@ For more details, consult the full :ref:`fixtures docs `. :decorator: -.. fixture:: cache +.. fixture:: config.cache config.cache ~~~~~~~~~~~~