8000 Fix typo unittest docs by annonm · Pull Request #97742 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

Fix typo unittest docs #97742

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Oct 3, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fixed small typo in unittest.rst documentation
  • Loading branch information
annonm committed Sep 25, 2022
commit d2cd7737b56a5c76391b0e2ca37b26bb5759d9d1
2 changes: 1 addition & 1 deletion Doc/library/unittest.rst
Original file line number Diff line number Diff line change Expand Up @@ -1760,7 +1760,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.
Expand Down
0