Fix typo in unittest docs (GH-97742)

(cherry picked from commit e6f9ec5c03)

Co-authored-by: annonm <annonm@gmail.com>
This commit is contained in:
Miss Islington (bot) 2022-10-03 06:42:42 -07:00 committed by GitHub
parent bead571e6a
commit e1cbb6f62f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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