From 4fdd3d31db0e9f34fa2fc03d6e6520faa1c41e77 Mon Sep 17 00:00:00 2001 From: Sadra Barikbin Date: Sat, 5 Aug 2023 12:59:44 +0330 Subject: [PATCH] Fix a tiny typo --- src/_pytest/python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_pytest/python.py b/src/_pytest/python.py index b991c2947..ae42e390f 100644 --- a/src/_pytest/python.py +++ b/src/_pytest/python.py @@ -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,