PEP 593: Remove repeated word (#1716)
This commit is contained in:
parent
b89ee281ed
commit
d1141dd386
|
@ -236,7 +236,7 @@ cause ``Annotated`` to not integrate cleanly with the other typing annotations:
|
||||||
|
|
||||||
* ``Annotated`` cannot infer the decorated type. You could imagine that
|
* ``Annotated`` cannot infer the decorated type. You could imagine that
|
||||||
``Annotated[..., Immutable]`` could be used to mark a value as immutable
|
``Annotated[..., Immutable]`` could be used to mark a value as immutable
|
||||||
while still infering its type. Typing does not support support using the
|
while still infering its type. Typing does not support using the
|
||||||
inferred type anywhere else [issue-276]_; it's best to not add this as a
|
inferred type anywhere else [issue-276]_; it's best to not add this as a
|
||||||
special case.
|
special case.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue