Skip to content

Commit 006d361

Browse files
authored
Fix A previous point link (#1738)
1 parent e18bc53 commit 006d361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/callables.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ return types should behave covariantly.
333333
Passing kwargs inside a function to another function
334334
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
335335

336-
`A previous point <PEP 692 assignment dest no kwargs>`_
336+
:ref:`A previous point <PEP 692 assignment dest no kwargs>`
337337
mentions the problem of possibly passing additional keyword arguments by
338338
assigning a subclass instance to a variable that has a base class type. Let's
339339
consider the following example::

0 commit comments

Comments
 (0)