Fix typo in doc

This commit is contained in:
Benjamin Dopplinger 2016-04-28 14:40:17 +10:00
parent 6d661ace0a
commit 75abfbe8d4
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {}