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:43:31 -07:00 committed by GitHub
parent f07ee41479
commit 096e39637b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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