Fix typo in doc
This commit is contained in:
parent
6d661ace0a
commit
75abfbe8d4
|
@ -1451,7 +1451,7 @@ class FixtureRequest(FuncargnamesCompatAttr):
|
|||
self._pyfuncitem = pyfuncitem
|
||||
#: fixture for which this request is being performed
|
||||
self.fixturename = None
|
||||
#: Scope string, one of "function", "cls", "module", "session"
|
||||
#: Scope string, one of "function", "class", "module", "session"
|
||||
self.scope = "function"
|
||||
self._funcargs = {}
|
||||
self._fixturedefs = {}
|
||||
|
|
Loading…
Reference in New Issue