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 49bc9cb0a2..9e1381c31f 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -609,7 +609,7 @@ The following checks are performed on your URL configuration:
imported.
* **urls.E009**: Your URL pattern ``<pattern>`` has an invalid view, pass
``<view>.as_view()`` instead of ``<view>``.
-* **urls.W010**: Your URL pattern ``<pattern>` has an unmatched
+* **urls.W010**: Your URL pattern ``<pattern>`` has an unmatched
``<angle bracket>``.
``contrib`` app checks