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