fix typo (thanks derdon)

This commit is contained in:
holger krekel 2011-01-13 23:50:10 +01:00
parent 88cfaebbcb
commit 2b750074f4
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ you can also use the following functions to implement fixtures::
function. Invoked for every test function in the module. function. Invoked for every test function in the module.
""" """
def teardown_method(function): def teardown_function(function):
""" teardown any state that was previously setup """ teardown any state that was previously setup
with a setup_function call. with a setup_function call.
""" """