Fix suspicious markup in the docs.

This commit is contained in:
Georg Brandl 2013-11-24 16:09:26 +01:00
parent 163d7f02a1
commit ed007d5b1b
7 changed files with 22 additions and 20 deletions

View file

@ -901,8 +901,8 @@ Test cases
| :meth:`assertWarnsRegex(warn, r, fun, *args, **kwds) | ``fun(*args, **kwds)`` raises *warn* | 3.2 |
| <TestCase.assertWarnsRegex>` | and the message matches regex *r* | |
+---------------------------------------------------------+--------------------------------------+------------+
| :meth:`assertLogs(logger, level)` | The ``with`` block logs on *logger* | 3.4 |
| <TestCase.assertWarns>` | with minimum *level* | |
| :meth:`assertLogs(logger, level) | The ``with`` block logs on *logger* | 3.4 |
| <TestCase.assertLogs>` | with minimum *level* | |
+---------------------------------------------------------+--------------------------------------+------------+
.. method:: assertRaises(exception, callable, *args, **kwds)