Skip to content

Commit 1c49b23

Browse files
authored
Fix typo in collect.py (#48)
s/qualifield/qualified/
1 parent 02aac77 commit 1c49b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_mypy_plugins/collect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ def pytest_addoption(parser: Parser) -> None:
151151
group.addoption(
152152
"--mypy-extension-hook",
153153
type=str,
154-
help="Fully qualifield path to the extension hook function, in case you need custom yaml keys. "
154+
help="Fully qualified path to the extension hook function, in case you need custom yaml keys. "
155155
"Has to be top-level.",
156156
)

0 commit comments

Comments
 (0)