From 89fad9a5facd4590dc03cf9be9136308d467b5f5 Mon Sep 17 00:00:00 2001 From: bot Date: Mon, 20 Apr 2026 23:18:51 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20'it's'=20=E2=86=92=20'its'=20typo?= =?UTF-8?q?=20in=20CovPlugin=20docstring?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pytest_cov/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pytest_cov/plugin.py b/src/pytest_cov/plugin.py index 9f5c3f76..9a51c623 100644 --- a/src/pytest_cov/plugin.py +++ b/src/pytest_cov/plugin.py @@ -216,7 +216,7 @@ def __init__(self, options: argparse.Namespace, pluginmanager, start=True, no_co """Creates a coverage pytest plugin. We read the rc file that coverage uses to get the data file - name. This is needed since we give coverage through it's API + name. This is needed since we give coverage through its API the data file name. """