Skip to content

Commit 0c49aef

Browse files
marsboy02copybara-github
authored andcommitted
chore: correct typo in pyproject.toml (swtich → switch)
Merge #2651 ### Summary Correct a misspelling in the build configuration: - "swtich" → "switch" in `pyproject.toml`. ### Rationale This is a spelling fix only. It improves readability and avoids potential confusion in configuration. There is no impact on runtime behavior, tests, or public APIs. ### Notes - Follows Conventional Commits style for build/config changes (`build:`). - CLA status should be green via the Google CLA bot. COPYBARA_INTEGRATE_REVIEW=#2651 from marsboy02:docs/fix-type-pyproject b78c014 PiperOrigin-RevId: 828221776
1 parent d4b2a8b commit 0c49aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ asyncio_mode = "auto"
206206
python_version = "3.9"
207207
exclude = "tests/"
208208
plugins = ["pydantic.mypy"]
209-
# Start with non-strict mode, and swtich to strict mode later.
209+
# Start with non-strict mode, and switch to strict mode later.
210210
# strict = true
211211
disable_error_code = ["import-not-found", "import-untyped", "unused-ignore"]
212212
follow_imports = "skip"

0 commit comments

Comments
 (0)