We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365680c commit 999ca43Copy full SHA for 999ca43
tests/snippets/testutils.py
@@ -16,5 +16,5 @@ def assert_raises(exc_type, expr, msg=None):
16
else:
17
failmsg = '{!s} was not raised'.format(exc_type.__name__)
18
if msg is not None:
19
- failmsg += ': {!s}'.formt(msg)
+ failmsg += ': {!s}'.format(msg)
20
assert False, failmsg
0 commit comments