summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/checks.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index a38cd1ec3d..f71a1882be 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -139,7 +139,7 @@ Models
* **models.E021**: ``ordering`` and ``order_with_respect_to`` cannot be used
together.
* **models.E022**: ``<function>`` contains a lazy reference to
- ``<app label>>.<model>``, but app ``<app label>`` isn't installed or
+ ``<app label>.<model>``, but app ``<app label>`` isn't installed or
doesn't provide model ``<model>``.
Fields