PEP 698: fix typo enumerating runtime enforcement rejections (#2891)
This commit is contained in:
parent
5fd06047be
commit
686a5a9e21
|
@ -379,7 +379,7 @@ We considered having ``@typing.override`` enforce override safety at runtime,
|
|||
similarly to how ``@overrides.overrides``
|
||||
`does today <https://pypi.org/project/overrides/>`_.
|
||||
|
||||
We rejected this for three reasons:
|
||||
We rejected this for four reasons:
|
||||
|
||||
- For users of static type checking, it is not clear this brings any benefits.
|
||||
- There would be at least some performance overhead, leading to projects
|
||||
|
|
Loading…
Reference in New Issue