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