File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -1458,10 +1458,9 @@ for creating generic types.
1458
1458
Note that type variables can be *bound *, *constrained *, or neither, but
1459
1459
cannot be both bound *and * constrained.
1460
1460
1461
- Created type variables may be explicitly marked covariant or contravariant by passing
1462
- ``covariant=True `` or ``contravariant=True ``.
1463
- By default, type variables are invariant.
1464
- See :pep: `484 ` and :pep: `695 ` for more details.
1461
+ Type variables may be marked covariant or contravariant by passing
1462
+ ``covariant=True `` or ``contravariant=True ``. See :pep: `484 ` for more
1463
+ details. By default, type variables are invariant.
1465
1464
1466
1465
Bound type variables and constrained type variables have different
1467
1466
semantics in several important ways. Using a *bound * type variable means
You can’t perform that action at this time.
0 commit comments