From 6a72444a8e7a6a05ed1fcd0535f13c070738cfb4 Mon Sep 17 00:00:00 2001 From: Steven Troxler Date: Sun, 20 Nov 2022 15:36:35 -0800 Subject: [PATCH] PEP 698: reword "value add" -> "benefits" (#2897) Maybe I've spent too much time in big-company roadmapping meetings, I didn't used to accidentally say things like this :D --- pep-0698.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0698.rst b/pep-0698.rst index 0236e91fe..4e3c25cb1 100644 --- a/pep-0698.rst +++ b/pep-0698.rst @@ -450,7 +450,7 @@ We decided against it because: - Supporting this would add complexity to the implementation of both ``@override`` and type checker support for it, so there would need to - be considerable value add. + be considerable benefits. - We believe that it would be rarely used and catch relatively few bugs. - The author of the ``overrides`` package