We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c2efb4 commit a201dc0Copy full SHA for a201dc0
mypy/main.py
@@ -1158,7 +1158,9 @@ def add_invertible_flag(
1158
description="Enable features that work well enough to be useful,"
1159
+ " but perhaps not as well as you might wish."
1160
+ " These features may be enabled by default in the future,"
1161
- + " or perhaps moved to another section.",
+ + " or may be made non-experimental."
1162
+ + " Experimental features that are better described in some other context"
1163
+ + " may be documented in some other place instead.",
1164
)
1165
experimental_group.add_argument(
1166
"--enable-incomplete-feature",
0 commit comments