Skip to content

Commit 2d55435

Browse files
authored
List all incomplete features in --enable-incomplete-feature docs (#17633)
It was strange to see only one feature: ```rst .. option:: --enable-incomplete-feature {PreciseTupleTypes} ```
1 parent fe4df12 commit 2d55435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/command_line.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@ format into the specified directory.
10081008
Enabling incomplete/experimental features
10091009
*****************************************
10101010

1011-
.. option:: --enable-incomplete-feature {PreciseTupleTypes}
1011+
.. option:: --enable-incomplete-feature {PreciseTupleTypes, NewGenericSyntax, InlineTypedDict}
10121012

10131013
Some features may require several mypy releases to implement, for example
10141014
due to their complexity, potential for backwards incompatibility, or

0 commit comments

Comments
 (0)