diff --git a/pep-0698.rst b/pep-0698.rst index e3490a5d2..99cbeb14b 100644 --- a/pep-0698.rst +++ b/pep-0698.rst @@ -379,7 +379,7 @@ We considered having ``@typing.override`` enforce override safety at runtime, similarly to how ``@overrides.overrides`` `does today `_. -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