Skip to content

Commit

Permalink
Fix three spaces instead of four in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszCki committed Jun 12, 2018
1 parent 1b5322d commit f786534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/assert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ In the context manager form you may use the keyword argument
``message`` to specify a custom failure message::

>>> with raises(ZeroDivisionError, message="Expecting ZeroDivisionError"):
... pass
... pass
... Failed: Expecting ZeroDivisionError

If you want to write test code that works on Python 2.4 as well,
Expand Down

0 comments on commit f786534

Please sign in to comment.