Skip to content

Commit 1dd2dd8

Browse files
authored
docs: fix typo in pyproject.toml
1 parent 81a53b5 commit 1dd2dd8

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
@@ -190,7 +190,7 @@ asyncio_mode = "auto"
190190
python_version = "3.9"
191191
exclude = "tests/"
192192
plugins = ["pydantic.mypy"]
193-
# Start with non-strict mode, and swtich to strict mode later.
193+
# Start with non-strict mode, and switch to strict mode later.
194194
# strict = true
195195
disable_error_code = ["import-not-found", "import-untyped", "unused-ignore"]
196196
follow_imports = "skip"

0 commit comments

Comments
 (0)