PEP 558: markup fix
This commit is contained in:
parent
9a8e590a52
commit
5bf527ba1a
|
@ -66,7 +66,7 @@ the CPython reference implementation to become part of the language
|
|||
specification.
|
||||
|
||||
For tracing mode, this PEP proposes changes to CPython's behaviour at function
|
||||
scope that bring the `locals()`` builtin semantics closer to those used in
|
||||
scope that bring the ``locals()`` builtin semantics closer to those used in
|
||||
regular operation, while also making the related frame API semantics clearer
|
||||
and easier for interactive debuggers to rely on.
|
||||
|
||||
|
|
Loading…
Reference in New Issue