mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
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
bead571e6a
commit
e1cbb6f62f
1 changed files with 1 additions and 1 deletions
|
|
@ -1738,7 +1738,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…
Add table
Add a link
Reference in a new issue