diff --git a/doc/en/fixture.txt b/doc/en/fixture.txt index 6ff127901..1de795502 100644 --- a/doc/en/fixture.txt +++ b/doc/en/fixture.txt @@ -302,7 +302,7 @@ read an optional server URL from the test module which uses our fixture:: def fin(): print ("finalizing %s (%s)" % (smtp, server)) smtp.close() - + request.addfinalizer(fin) return smtp We use the ``request.module`` attribute to optionally obtain an