diff --git a/doc/xunit_setup.txt b/doc/xunit_setup.txt index 280714569..77e8d552d 100644 --- a/doc/xunit_setup.txt +++ b/doc/xunit_setup.txt @@ -73,7 +73,7 @@ you can also use the following functions to implement fixtures:: function. Invoked for every test function in the module. """ - def teardown_method(function): + def teardown_function(function): """ teardown any state that was previously setup with a setup_function call. """