File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -298,8 +298,8 @@ If so, eliminate overloads that do not have a variadic parameter.
298298Step 5: If the type of one or more arguments evaluates to a
299299type 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
You can’t perform that action at this time.
0 commit comments