Fix typo in unittest docs (#97742)

This commit is contained in:
annonm 2022-10-03 09:35:40 -04:00 committed by GitHub
parent 0ee9619a4c
commit e6f9ec5c03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.