Skip to content

Commit dfe2802

Browse files
Fix intra-links
1 parent 726b466 commit dfe2802

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

peps/pep-0736.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -433,10 +433,10 @@ judgement about whether it is prudent to use it in any given context. We do not
433433
recommend enforcing a rule to use the feature in all cases where it may be
434434
applicable, such as via lint rules or style guides.
435435

436-
As described `above <This syntax increases coupling>`__, we propose that a
437-
reasonable rule of thumb would be to use this in cases where a parameter and its
438-
argument have the same semantics in order to reduce unintentional
439-
desynchronisation without causing inappropriate coupling.
436+
As described in `This syntax increases coupling`_, we propose that a reasonable
437+
rule of thumb would be to use this in cases where a parameter and its argument
438+
have the same semantics in order to reduce unintentional desynchronisation
439+
without causing inappropriate coupling.
440440

441441
Impact on Editing
442442
=================
@@ -456,8 +456,8 @@ keyword argument would not exist at function definition, in the vast majority
456456
of cases.
457457

458458
If the developer leaves the argument name unchanged and forgets to update its
459-
value, a ``NameError`` will typically be raised as described
460-
`above <Renaming the variable in the calling context will break the code>`__.
459+
value, a ``NameError`` will typically be raised as described in
460+
`Renaming the variable in the calling context will break the code`_.
461461

462462
Proposals for IDEs
463463
------------------

0 commit comments

Comments
 (0)