Fix a tiny typo

This commit is contained in:
Sadra Barikbin 2023-08-05 12:59:44 +03:30
parent 05283a48fb
commit 4fdd3d31db
1 changed files with 1 additions and 1 deletions

View File

@ -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,