diff --git a/docs/intro/tutorial05.txt b/docs/intro/tutorial05.txt index f88f6686bd..3f56166ed4 100644 --- a/docs/intro/tutorial05.txt +++ b/docs/intro/tutorial05.txt @@ -225,7 +225,7 @@ What happened is this: * in ``test_was_published_recently_with_future_question`` it created a ``Question`` instance whose ``pub_date`` field is 30 days in the future -* ... and using the ``assertEqual()`` method, it discovered that its +* ... and using the ``assertIs()`` method, it discovered that its ``was_published_recently()`` returns ``True``, though we wanted it to return ``False``