mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Fix typo in unittest docs (#97742)
This commit is contained in:
parent
0ee9619a4c
commit
e6f9ec5c03
1 changed files with 1 additions and 1 deletions
|
|
@ -1760,7 +1760,7 @@ Loading and running tests
|
||||||
|
|
||||||
A list of the non-fatal errors encountered while loading tests. Not reset
|
A list of the non-fatal errors encountered while loading tests. Not reset
|
||||||
by the loader at any point. Fatal errors are signalled by the relevant
|
by the loader at any point. Fatal errors are signalled by the relevant
|
||||||
a method raising an exception to the caller. Non-fatal errors are also
|
method raising an exception to the caller. Non-fatal errors are also
|
||||||
indicated by a synthetic test that will raise the original error when
|
indicated by a synthetic test that will raise the original error when
|
||||||
run.
|
run.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue