[New-bugs-announce] [issue28173] Misspelled Assert

Chris Rao report at bugs.python.org
Thu Sep 15 15:10:15 EDT 2016


New submission from Chris Rao:

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)

----------
assignee: docs at python
components: Documentation
messages: 276596
nosy: Chris Rao, docs at python
priority: normal
severity: normal
status: open
title: Misspelled Assert

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28173>
_______________________________________


More information about the New-bugs-announce mailing list