Skip to content

Commit 3906a12

Browse files
committed
Another reference fix.
1 parent 831945b commit 3906a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spec/overload.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,8 @@ 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-
:term:`materialization` of these gradual types could be used to disambiguate
302-
between two or more of the remaining overloads.
301+
:term:`materialization <materialize>` of these gradual types could be used
302+
to disambiguate between two or more of the remaining overloads.
303303

304304
- If none of the arguments evaluate to a gradual type, proceed to step 6.
305305
- If one or more arguments evaluate to a gradual type but no possible

0 commit comments

Comments
 (0)