PEP 667: Fix word duplication (#3803)

This commit is contained in:
Fabian P. Schmidt 2024-05-29 14:38:17 +02:00 committed by GitHub
parent 90da34b363
commit c85a956398
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -186,8 +186,7 @@ there will be some observable differences.
For example, ``f.f_locals is f.f_locals`` may be ``False``. For example, ``f.f_locals is f.f_locals`` may be ``False``.
However ``f.f_locals == f.f_locals`` will be ``True``, and However ``f.f_locals == f.f_locals`` will be ``True``, and
all changes to the underlying variables, by any means, will be all changes to the underlying variables, by any means, will always be visible.
always be visible.
Backwards Compatibility Backwards Compatibility
======================= =======================