Fix typo in caching docs

This commit is contained in:
johnthagen 2019-02-13 19:00:16 -05:00 committed by GitHub
parent dc6b3bf42e
commit 9f66fc9a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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