From 3d063923166ea1b62393c0999f00bf38797e6c28 Mon Sep 17 00:00:00 2001 From: sobolevn Date: Sun, 4 Aug 2024 12:22:53 +0300 Subject: [PATCH] List all incomplete features in `--enable-incomplete-feature` docs It was strange to see only one feature: ```rst .. option:: --enable-incomplete-feature {PreciseTupleTypes} ``` --- docs/source/command_line.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/command_line.rst b/docs/source/command_line.rst index 906231dc7e42..c085b63107b0 100644 --- a/docs/source/command_line.rst +++ b/docs/source/command_line.rst @@ -1008,7 +1008,7 @@ format into the specified directory. Enabling incomplete/experimental features ***************************************** -.. option:: --enable-incomplete-feature {PreciseTupleTypes} +.. option:: --enable-incomplete-feature {PreciseTupleTypes, NewGenericSyntax, InlineTypedDict} Some features may require several mypy releases to implement, for example due to their complexity, potential for backwards incompatibility, or