From 2b750074f48245c8a856a0199d5309006aa90fa4 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 13 Jan 2011 23:50:10 +0100 Subject: [PATCH] fix typo (thanks derdon) --- doc/xunit_setup.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """