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/testing | |
| 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/testing')
| -rw-r--r-- | docs/topics/testing/tools.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/testing/tools.txt b/docs/topics/testing/tools.txt index 7d1bbaa82c..e135bdf64d 100644 --- a/docs/topics/testing/tools.txt +++ b/docs/topics/testing/tools.txt @@ -472,7 +472,7 @@ Specifically, a ``Response`` object has the following attributes: # my_view here is a function based view self.assertEqual(response.resolver_match.func, my_view) - # class based views need to be compared by name, as the functions + # class-based views need to be compared by name, as the functions # generated by as_view() won't be equal self.assertEqual(response.resolver_match.func.__name__, MyView.as_view().__name__) |
