Skip to content

Commit c152a3a

Browse files
committed
fix typo
1 parent 66e74cf commit c152a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_mypy_plugins/configs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def join_toml_configs(
3232
with open(base_pyproject_toml_fpath) as f:
3333
toml_config = tomlkit.parse(f.read())
3434
else:
35-
# Emtpy document with `[tool.mypy` empty table,
35+
# Empty document with `[tool.mypy]` empty table,
3636
# useful for overrides further.
3737
toml_config = tomlkit.document()
3838

0 commit comments

Comments
 (0)