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:33:07 -0400
commit43792137e0da79d60144a1195db8bb4bb6134a85 (patch)
tree87bdc84a95cdafb62d44b22e80030715710d5a99 /docs/ref
parent87595c92f31fd91ed0c17fe2933ab0b5b62dc4c1 (diff)
[1.10.x] Fixed typo in docs/ref/checks.txt.
Backport of 81463ce0a147dbbc8a0c7d2ae0d5ca02cce97984 from master
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 a833d50fc2..36ffe16579 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