PEP 558: markup fix

This commit is contained in:
Nick Coghlan 2017-10-22 16:18:56 +10:00
parent 9a8e590a52
commit 5bf527ba1a
1 changed files with 1 additions and 1 deletions

View File

@ -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.