@@ -53,8 +53,8 @@ flag them as a problem.
5353Rationale
5454=========
5555
56- A recent ` analysis of real world code
57- <https://github.com/iritkatriel/finally/blob/main/README.md> `__ shows that:
56+ A recent
57+ ` analysis of real world code <https://github.com/iritkatriel/finally/blob/main/README.md >`__ shows that:
5858
5959- These features are rare (2 per million LOC in the top 8,000 PyPI
6060 packages, 4 per million LOC in a random selection of packages).
@@ -64,13 +64,13 @@ A recent `analysis of real world code
6464- Code owners are typically receptive to fixing the bugs, and
6565 find that easy to do.
6666
67- See `the appendix<#appendix> `__ for more details.
67+ See `the appendix <#appendix >`__ for more details.
6868
6969This new data indicates that it would benefit Python's users if
7070Python itself moved them away from this harmful feature.
7171
72- One of the arguments brought up in ` the PEP 601 discussion
73- <https://discuss.python.org/t/pep-601-forbid-return-break-continue-breaking-out-of-finally/2239/24> `__
72+ One of the arguments brought up in
73+ ` the PEP 601 discussion <https://discuss.python.org/t/pep-601-forbid-return-break-continue-breaking-out-of-finally/2239/24 >`__
7474was that language features should be orthogonal, and combine without
7575context-based restrictions. However, in the meantime :pep: `654 ` has
7676been implemented, and it forbids ``return ``, ``break `` and ``continue ``
@@ -151,8 +151,7 @@ How to Teach This
151151
152152The change will be documented in the language spec and in the
153153What's New documentation. The ``SyntaxWarning `` will alert users
154- that their code needs to change. The `empirical evidence
155- <https://github.com/iritkatriel/finally/blob/main/README.md> `__
154+ that their code needs to change. The `empirical evidence <#appendix >`__
156155shows that the changes necessary are typically quite
157156straightforward.
158157
0 commit comments