mirror of https://github.com/python/cpython.git
Fix typo in unittest docs (GH-97742)
(cherry picked from commit e6f9ec5c03
)
Co-authored-by: annonm <annonm@gmail.com>
This commit is contained in:
parent
f07ee41479
commit
096e39637b
|
@ -1797,7 +1797,7 @@ Loading and running tests
|
|||
|
||||
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
|
||||
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
|
||||
run.
|
||||
|
||||
|
|
Loading…
Reference in New Issue