File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -1178,8 +1178,7 @@ Test cases
11781178 .. versionadded :: 3.4
11791179
11801180 .. versionchanged :: next
1181- Now accepts a *formatter * so your assertions can match
1182- a custom format where you are using one.
1181+ Now accepts a *formatter * to control how messages are formatted.
11831182
11841183 .. method :: assertNoLogs(logger=None, level=None)
11851184
Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ unittest
296296
297297* Lets users specify formatter in TestCase.assertLogs.
298298 :func: `unittest.TestCase.assertLogs ` will now accept a formatter
299- argument so your assertions can match a custom format where you are using one .
299+ to control how messages are formatted .
300300 (Contributed by Garry Cairns in :gh: `134567 `.)
301301
302302
You can’t perform that action at this time.
0 commit comments