Merge pull request #6454 from johnthagen/patch-1

Fix typo in caching docs
This commit is contained in:
Xavier Ordoquy 2019-02-14 06:47:31 +01:00 committed by GitHub
commit d23ea30d26
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