Skip to content
Snippets Groups Projects
Unverified Commit 3f2113dd authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

[3.9] Fix typo in unittest.rst: addCleanupModule -> addModuleCleanup (GH-92631) (GH-92661)




(cherry picked from commit 38486ca2)


Co-authored-by: default avatarMikhail Terekhov <termim@gmail.com>

Automerge-Triggered-By: GH:serhiy-storchaka
parent 7534c509
Branches
Tags
No related merge requests found
......@@ -2418,7 +2418,7 @@ To add cleanup code that must be run even in the case of an exception, use
after :func:`setUpModule` if :func:`setUpModule` raises an exception.
It is responsible for calling all the cleanup functions added by
:func:`addCleanupModule`. If you need cleanup functions to be called
:func:`addModuleCleanup`. If you need cleanup functions to be called
*prior* to :func:`tearDownModule` then you can call
:func:`doModuleCleanups` yourself.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment