PEP 698: fix typo enumerating runtime enforcement rejections (#2891)

This commit is contained in:
tk-woven 2022-11-18 10:44:35 +09:00 committed by GitHub
parent 5fd06047be
commit 686a5a9e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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