Skip to content

Commit 45afd73

Browse files
rafalkrupinskiRaphael Krupinski
and
Raphael Krupinski
authored
Fix help message for --no-namespace-packages. (#17472)
Fixes #17466 <!-- If this pull request fixes an issue, add "Fixes #NNN" with the issue number. --> Change help message of '--no-namespace-packages' option Co-authored-by: Raphael Krupinski <[email protected]>
1 parent 55a0812 commit 45afd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ def add_invertible_flag(
565565
"--no-namespace-packages",
566566
dest="namespace_packages",
567567
default=True,
568-
help="Support namespace packages (PEP 420, __init__.py-less)",
568+
help="Disable support for namespace packages (PEP 420, __init__.py-less)",
569569
group=imports_group,
570570
)
571571
imports_group.add_argument(

0 commit comments

Comments
 (0)