File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -433,10 +433,10 @@ judgement about whether it is prudent to use it in any given context. We do not
433433recommend enforcing a rule to use the feature in all cases where it may be
434434applicable, 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
441441Impact on Editing
442442=================
@@ -456,8 +456,8 @@ keyword argument would not exist at function definition, in the vast majority
456456of cases.
457457
458458If 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
462462Proposals for IDEs
463463------------------
You can’t perform that action at this time.
0 commit comments