Skip to content

Commit 999ca43

Browse files
committed
Fixed typo.
1 parent 365680c commit 999ca43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/snippets/testutils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ def assert_raises(exc_type, expr, msg=None):
1616
else:
1717
failmsg = '{!s} was not raised'.format(exc_type.__name__)
1818
if msg is not None:
19-
failmsg += ': {!s}'.formt(msg)
19+
failmsg += ': {!s}'.format(msg)
2020
assert False, failmsg

0 commit comments

Comments
 (0)