File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ Changes from the previous draft
5252This PEP is a complete rewrite of the original PEP after `discussions on
5353DPO `_ and elsewhere. Based on feedback from DPO this rewrite:
5454
55- .. _discussions on DPO : < https://discuss.python.org/t/pep-795-add-deep-immutability-to-python/96014>
55+ .. _discussions on DPO : https://discuss.python.org/t/pep-795-add-deep-immutability-to-python/96014
5656
5757- Focuses more on programming model, not just implementation details
5858- Aims to be clearer about what the costs are for different parts of
@@ -229,7 +229,7 @@ to immutability. In summary:
229229 adding and removing methods in a class before freezing it, which is
230230 important for many libraries, e.g. dataclasses.
231231
232- .. _de-facto immutable : https ://docs.python.org/3/glossary.html#term-immutable
232+ .. _de-facto immutable : ttps ://docs.python.org/3/glossary.html#term-immutabl
233233.. _data model documentation : https://docs.python.org/3/reference/datamodel.html
234234
235235
You can’t perform that action at this time.
0 commit comments