Skip to content

Commit 698e910

Browse files
[nit] command_line.rst: the standard format for multiple choice has no space (#19868)
Removing this spaces causes this documentation to match the other documentation on the page, and also in `--help` There are no tests for this change. I manually verified that the link to the option currently is https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-enable-incomplete-feature, so changing the arguments text does not necessitate adding a new anchor in to preserve old inbound links to this section.
1 parent d31d526 commit 698e910

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
@@ -1159,7 +1159,7 @@ format into the specified directory.
11591159
Enabling incomplete/experimental features
11601160
*****************************************
11611161

1162-
.. option:: --enable-incomplete-feature {PreciseTupleTypes, InlineTypedDict}
1162+
.. option:: --enable-incomplete-feature {PreciseTupleTypes,InlineTypedDict}
11631163

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

0 commit comments

Comments
 (0)