Skip to content

Commit

Permalink
Merge pull request #3578 from BartoszCki/master
Browse files Browse the repository at this point in the history
Fix three spaces instead of four in docs
  • Loading branch information
nicoddemus authored Jun 12, 2018
2 parents 1b5322d + f786534 commit 077c44c
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 077c44c

Please sign in to comment.