From 5bf527ba1a5a8e52fd5c37dd02c7dd9ee5322adc Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 22 Oct 2017 16:18:56 +1000 Subject: [PATCH] PEP 558: markup fix --- pep-0558.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0558.rst b/pep-0558.rst index 732229944..8f43ab32a 100644 --- a/pep-0558.rst +++ b/pep-0558.rst @@ -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.