Skip to content

Fix typo in configuration.rst: "it default" → "it defaults"#1483

Merged
seifertm merged 1 commit into
pytest-dev:mainfrom
TejasAmle:claude/fix-typo-configuration-docs
Jun 16, 2026
Merged

Fix typo in configuration.rst: "it default" → "it defaults"#1483
seifertm merged 1 commit into
pytest-dev:mainfrom
TejasAmle:claude/fix-typo-configuration-docs

Conversation

@TejasAmle

Copy link
Copy Markdown

Fix typo in configuration.rst: "it default" → "it defaults"

What

Corrects a grammatical typo in in the description of the option.

Before:

When this configuration option is unset, it default to function scope.

After:

When this configuration option is unset, it defaults to function scope.

Why

The verb "default" is used in third-person singular present tense here, so it needs the "-s" suffix: "defaults". The adjacent description of already uses the correct form ("it defaults to the fixture scope").

How verified

Diff-only change; no functional code touched.

The description of `asyncio_default_test_loop_scope` contained a
grammatical error: "it default to function scope" should be
"it defaults to function scope" (third-person singular verb form).
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.50%. Comparing base (9b1556b) to head (760a794).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1483   +/-   ##
=======================================
  Coverage   94.50%   94.50%           
=======================================
  Files           2        2           
  Lines         510      510           
  Branches       62       62           
=======================================
  Hits          482      482           
  Misses         22       22           
  Partials        6        6           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@seifertm seifertm added this pull request to the merge queue Jun 16, 2026
Merged via the queue into pytest-dev:main with commit 46262d3 Jun 16, 2026
22 of 23 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants