summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2016-10-11 14:36:39 +0100
committerTim Graham <timograham@gmail.com>2016-10-11 10:32:32 -0400
commit81463ce0a147dbbc8a0c7d2ae0d5ca02cce97984 (patch)
tree623bc8333fd68a8f10ba7fdca8537d128f3b3b4c /docs/ref
parent4ba206ca6306755bc1916c5535a0cbb235fa1a33 (diff)
Fixed typo in docs/ref/checks.txt.
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