fix typo, thank avanderneuth

This commit is contained in:
holger krekel 2013-10-21 13:36:22 +02:00
parent b0a5740898
commit 47d2d20d81
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ quick as a single one because they reuse the same instance.
If you decide that you rather want to have a session-scoped ``smtp``
instance, you can simply declare it::
@pytest.fixture(scope=``session``)
@pytest.fixture(scope="session")
def smtp(...):
# the returned fixture value will be shared for
# all tests needing it