From 9f66fc9a7ca51ad5535cb48e199cf2fbe9eecec6 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Wed, 13 Feb 2019 19:00:16 -0500 Subject: [PATCH] Fix typo in caching docs --- docs/api-guide/caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/caching.md b/docs/api-guide/caching.md index ff51aed06..5342345e4 100644 --- a/docs/api-guide/caching.md +++ b/docs/api-guide/caching.md @@ -13,7 +13,7 @@ provided in Django. Django provides a [`method_decorator`][decorator] to use decorators with class based views. This can be used with -with other cache decorators such as [`cache_page`][page] and +other cache decorators such as [`cache_page`][page] and [`vary_on_cookie`][cookie]. ```python