Fix three spaces instead of four in docs

This commit is contained in:
Bartosz Cierocki 2018-06-12 19:39:51 +02:00
parent 1b5322da1b
commit f786534173
1 changed files with 1 additions and 1 deletions

View File

@ -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,