Skip to content

Commit

Permalink
Fix a tiny typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sadra-barikbin committed Aug 5, 2023
1 parent 05283a4 commit 4fdd3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_pytest/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4fdd3d3

Please sign in to comment.