Kaydet (Commit) 7b08e01c authored tarafından Vincent Zhang's avatar Vincent Zhang Kaydeden (comit) Tim Graham

Refs #26747 -- Corrected a method name in tutorial05.

üst 98385ac7
......@@ -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``
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment