Fix a tiny typo
This commit is contained in:
parent
05283a48fb
commit
4fdd3d31db
|
@ -1682,7 +1682,7 @@ class Function(PyobjMixin, nodes.Item):
|
|||
:param config:
|
||||
The pytest Config object.
|
||||
:param callspec:
|
||||
If given, this is function has been parametrized and the callspec contains
|
||||
If given, this function has been parametrized and the callspec contains
|
||||
meta information about the parametrization.
|
||||
:param callobj:
|
||||
If given, the object which will be called when the Function is invoked,
|
||||
|
|
Loading…
Reference in New Issue