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