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 Pablo Galindo
parent 208701e037
commit ce01c59b25
No known key found for this signature in database
GPG Key ID: FFE87404168BD847
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.