Commit d05d591
committed
docs: reorder incomplete features list alphabetically in command_line.rst
The --enable-incomplete-feature flag uses sorted(INCOMPLETE_FEATURES)
in mypy/main.py, so --help displays features alphabetically:
InlineTypedDict, PreciseTupleTypes, TypeForm.
The documentation listed them in a different order (PreciseTupleTypes,
InlineTypedDict, TypeForm). Reorder the option metavar and the feature
descriptions to match the alphabetical order shown by --help.
Fixes #201711 parent ac07166 commit d05d591
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1175 | 1175 | | |
1176 | 1176 | | |
1177 | 1177 | | |
1178 | | - | |
| 1178 | + | |
1179 | 1179 | | |
1180 | 1180 | | |
1181 | 1181 | | |
| |||
1187 | 1187 | | |
1188 | 1188 | | |
1189 | 1189 | | |
| 1190 | + | |
| 1191 | + | |
| 1192 | + | |
| 1193 | + | |
| 1194 | + | |
| 1195 | + | |
| 1196 | + | |
| 1197 | + | |
1190 | 1198 | | |
1191 | 1199 | | |
1192 | 1200 | | |
| |||
1222 | 1230 | | |
1223 | 1231 | | |
1224 | 1232 | | |
1225 | | - | |
1226 | | - | |
1227 | | - | |
1228 | | - | |
1229 | | - | |
1230 | | - | |
1231 | | - | |
1232 | | - | |
1233 | 1233 | | |
1234 | 1234 | | |
1235 | 1235 | | |
| |||
0 commit comments