Skip to content

Commit 0c807ca

Browse files
committed
Fix callout number in 3
1 parent 2abede7 commit 0c807ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_03_unit_test_first_view.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,7 @@ class HomePageTest(TestCase):
706706
We use this instead of manually creating a request object
707707
and calling the view function directly
708708

709-
<2> Django also provides some assertion helpers like `assertContains`
709+
<3> Django also provides some assertion helpers like `assertContains`
710710
that save us from having to manually extract and decode response content,
711711
and have some other nice properties besides, as we'll see.
712712

0 commit comments

Comments
 (0)