PEP 667: Fix word duplication (#3803)
This commit is contained in:
parent
90da34b363
commit
c85a956398
|
@ -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
|
||||||
=======================
|
=======================
|
||||||
|
|
Loading…
Reference in New Issue