Skip to content

Commit 9b59632

Browse files
committed
Fix typo
1 parent f33e787 commit 9b59632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_mypy_plugins_shim/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ def pytest_addoption(parser: Parser) -> None: # noqa: D103
6868
group.addoption(
6969
"--mypy-extension-hook",
7070
type=str,
71-
help="Fully qualifield path to the extension hook function, in case you need custom yaml keys. "
71+
help="Fully qualified path to the extension hook function, in case you need custom yaml keys. "
7272
"Has to be top-level.",
7373
)

0 commit comments

Comments
 (0)