Skip to content

Fix "it's" → "its" typo in CovPlugin docstring#742

Closed
Bojun-Vvibe wants to merge 1 commit into
pytest-dev:masterfrom
Bojun-Vvibe:agent/pytest-dev_pytest-cov-1776713791
Closed

Fix "it's" → "its" typo in CovPlugin docstring#742
Bojun-Vvibe wants to merge 1 commit into
pytest-dev:masterfrom
Bojun-Vvibe:agent/pytest-dev_pytest-cov-1776713791

Conversation

@Bojun-Vvibe
Copy link
Copy Markdown

Repo: pytest-dev/pytest-cov (⭐ 1700)
Type: docs
Files changed: 1
Lines: +1/-1

What

Fixes a small grammatical typo in the CovPlugin.__init__ docstring in src/pytest_cov/plugin.py. The contraction "it's" (it is) was used where the possessive "its" was intended ("we give coverage through it's API" → "its API").

Why

Minor readability/correctness fix in developer-facing documentation. "it's" is the contraction for "it is", while the possessive form is "its". The docstring is visible to anyone reading the plugin source or generated API documentation.

Testing

No behavioral change — the edit is inside a docstring, so no tests are affected. Verified by inspection that no other references to "it's API" exist in the codebase.

Risk

Low — docstring-only typo fix, zero runtime impact.

@webknjaz webknjaz moved this to 🤦‍♂️ LLM/“AI” slop 🤖 in 📅 Procrastinating in public 😵‍💫 Apr 20, 2026
@Bojun-Vvibe Bojun-Vvibe closed this by deleting the head repository Apr 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants