diff options
| author | Ryan Chausse <ryanchausse@users.noreply.github.com> | 2023-07-12 01:39:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 10:39:24 +0200 |
| commit | 503ce7f1b791fd23d1fccc1970ba83ec55532a1c (patch) | |
| tree | 6950a25870d0d9dd3f700b15ddd6ffa2d60f9a7a /docs | |
| parent | 3f73df44f2726319f6af44c5613e5e531e9370b6 (diff) | |
Fixed typo in docs/ref/checks.txt.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/checks.txt | 2 |
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 |
