From ba1a43836f49fb1c109a0018afc6eaad339daf96 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:19:36 +0100 Subject: [PATCH] PEP 523: Resolve uses of the default role (#3377) --- pep-0523.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0523.txt b/pep-0523.txt index 2afecd3f0..4ba6fb4b8 100644 --- a/pep-0523.txt +++ b/pep-0523.txt @@ -323,7 +323,7 @@ mutable. The thinking seemed to be that having a field that was mutated after the creation of the code object made the object seem mutable, even though no other aspect of code objects changed. -The view of this PEP is that the `co_extra` field doesn't change the +The view of this PEP is that the ``co_extra`` field doesn't change the fact that code objects are immutable. The field is specified in this PEP to not contain information required to make the code object usable, making it more of a caching field. It could be viewed as