Skip to content

Commit 75150ff

Browse files
authored
assertTemplateUsed is a method, not a function
1 parent b59e0fe commit 75150ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_working_incrementally.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ class ListViewTest(TestCase):
717717
====
718718

719719

720-
`assertTemplateUsed` is one of the more useful functions that the Django Test
720+
`assertTemplateUsed` is one of the more useful methods that the Django Test
721721
Client gives us. Let's see what it says:
722722

723723
----

0 commit comments

Comments
 (0)