Skip to content

Commit 42f3474

Browse files
committed
fixit
1 parent c515aa4 commit 42f3474

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

peps/pep-0765.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ flag them as a problem.
5353
Rationale
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

6969
This new data indicates that it would benefit Python's users if
7070
Python 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>`__
7474
was that language features should be orthogonal, and combine without
7575
context-based restrictions. However, in the meantime :pep:`654` has
7676
been implemented, and it forbids ``return``, ``break`` and ``continue``
@@ -151,8 +151,7 @@ How to Teach This
151151

152152
The change will be documented in the language spec and in the
153153
What'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>`__
156155
shows that the changes necessary are typically quite
157156
straightforward.
158157

0 commit comments

Comments
 (0)