fix typo (thanks Thomas Waldmann)

This commit is contained in:
holger krekel 2012-11-14 09:40:01 +01:00
parent af89a9667f
commit 5b64b0130d
1 changed files with 2 additions and 2 deletions

View File

@ -1601,9 +1601,9 @@ class FixtureManager:
class FixtureDef:
""" A container for a factory definition. """
def __init__(self, fixturenanager, baseid, argname, func, scope, params,
def __init__(self, fixturemanager, baseid, argname, func, scope, params,
unittest=False):
self._fixturemanager = fixturenanager
self._fixturemanager = fixturemanager
self.baseid = baseid
self.func = func
self.argname = argname