mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix suspicious markup in the docs.
This commit is contained in:
parent
163d7f02a1
commit
ed007d5b1b
7 changed files with 22 additions and 20 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue