Skip to content

Commit

Permalink
Another reference fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictraut committed Aug 16, 2024
1 parent 831945b commit 3906a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/spec/overload.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,8 @@ If so, eliminate overloads that do not have a variadic parameter.
Step 5: If the type of one or more arguments evaluates to a
type that includes a :term:`gradual form` (e.g. ``list[Any]`` or
``str | Any``), determine whether some theoretical
:term:`materialization` of these gradual types could be used to disambiguate
between two or more of the remaining overloads.
:term:`materialization <materialize>` of these gradual types could be used
to disambiguate between two or more of the remaining overloads.

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

0 comments on commit 3906a12

Please sign in to comment.