This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Chris Rao
Recipients Chris Rao, docs@python
Date 2016-09-15.19:10:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473966615.29.0.712083850486.issue28173@psf.upfronthosting.co.za>
In-reply-to
Content
In the second code block in the section on autospeccing in https://docs.python.org/3/library/unittest.mock.html#auto-speccing, assert is spelled as "assret"

>>> mock = Mock(name='Thing', return_value=None)
>>> mock(1, 2, 3)
>>> mock.assret_called_once_with(4, 5, 6)
History
Date User Action Args
2016-09-15 19:10:15Chris Raosetrecipients: + Chris Rao, docs@python
2016-09-15 19:10:15Chris Raosetmessageid: <1473966615.29.0.712083850486.issue28173@psf.upfronthosting.co.za>
2016-09-15 19:10:15Chris Raolinkissue28173 messages
2016-09-15 19:10:15Chris Raocreate