Skip to content

Commit aeaac23

Browse files
Fixing broken link to old DPO discussion
1 parent 14d730b commit aeaac23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0795.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Changes from the previous draft
5252
This PEP is a complete rewrite of the original PEP after `discussions on
5353
DPO`_ 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

0 commit comments

Comments
 (0)