Skip to content

Commit 831945b

Browse files
committed
Fixed reference.
1 parent 06c86f1 commit 831945b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/overload.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ If so, eliminate overloads that do not have a variadic parameter.
298298
Step 5: If the type of one or more arguments evaluates to a
299299
type that includes a :term:`gradual form` (e.g. ``list[Any]`` or
300300
``str | Any``), determine whether some theoretical
301-
:ref:`materialization` of these gradual types could be used to disambiguate
301+
:term:`materialization` of these gradual types could be used to disambiguate
302302
between two or more of the remaining overloads.
303303

304304
- If none of the arguments evaluate to a gradual type, proceed to step 6.

0 commit comments

Comments
 (0)