From c85a9563980ee97cdd6cf74a2a09df55ba9fc6a2 Mon Sep 17 00:00:00 2001 From: "Fabian P. Schmidt" Date: Wed, 29 May 2024 14:38:17 +0200 Subject: [PATCH] PEP 667: Fix word duplication (#3803) --- peps/pep-0667.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/peps/pep-0667.rst b/peps/pep-0667.rst index 105a40cc8..4bb58d482 100644 --- a/peps/pep-0667.rst +++ b/peps/pep-0667.rst @@ -186,8 +186,7 @@ there will be some observable differences. For example, ``f.f_locals is f.f_locals`` may be ``False``. However ``f.f_locals == f.f_locals`` will be ``True``, and -all changes to the underlying variables, by any means, will be -always be visible. +all changes to the underlying variables, by any means, will always be visible. Backwards Compatibility =======================