Skip to content

Commit a8aaef3

Browse files
authored
Merge branch 'master' into have-named-tuple-replace-return-self
2 parents d2dc190 + 45afd73 commit a8aaef3

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)