diff options
| author | Anton Strogonoff <anton@strogonoff.name> | 2015-08-19 02:01:36 +0600 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-08-18 19:08:08 -0400 |
| commit | a67bf4be35413b7c000f34b93291b632f903e085 (patch) | |
| tree | 48af1ea2b313c729a52736fb4dfb4cb807f167bf /docs/topics/http | |
| parent | 3caa7a23250375bf196a5b5bf85568c34d54ea04 (diff) | |
[1.8.x] Used consistent capitalization and hyphenation of "class-based views" in docs.
Backport of 20787b5c298d97dda10286a942a788423fed483f from master
Diffstat (limited to 'docs/topics/http')
| -rw-r--r-- | docs/topics/http/urls.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/urls.txt b/docs/topics/http/urls.txt index 607efe7308..c33fba72a2 100644 --- a/docs/topics/http/urls.txt +++ b/docs/topics/http/urls.txt @@ -52,7 +52,7 @@ algorithm the system follows to determine which Python code to execute: one that matches the requested URL. 4. Once one of the regexes matches, Django imports and calls the given view, - which is a simple Python function (or a :doc:`class based view + which is a simple Python function (or a :doc:`class-based view </topics/class-based-views/index>`). The view gets passed the following arguments: |
