PEP 523: Resolve uses of the default role (#3377)

This commit is contained in:
Adam Turner 2023-09-01 20:19:36 +01:00 committed by GitHub
parent eb75dbcb15
commit ba1a43836f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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