Skip to content

Commit

Permalink
Fixed reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictraut committed Aug 16, 2024
1 parent 06c86f1 commit 831945b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/spec/overload.rst
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ 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
:ref:`materialization` of these gradual types could be used to disambiguate
:term:`materialization` 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.
Expand Down

0 comments on commit 831945b

Please sign in to comment.