File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -598,7 +598,7 @@ of the above sections.
598598.. option :: --allow-redefinition-new
599599
600600 By default, mypy won't allow a variable to be redefined with an
601- unrelated type. This flag enables the redefinition of unannotated
601+ unrelated type. This flag enables the redefinition of * unannotated *
602602 variables with an arbitrary type. You will also need to enable
603603 :option: `--local-partial-types <mypy --local-partial-types> `.
604604 Example:
@@ -645,7 +645,6 @@ of the above sections.
645645
646646 Note: We are planning to turn this flag on by default in a future mypy
647647 release, along with :option: `--local-partial-types <mypy --local-partial-types> `.
648- The feature is still experimental, and the semantics may still change.
649648
650649.. option :: --allow-redefinition
651650
You can’t perform that action at this time.
0 commit comments