Skip to content

Commit

Permalink
Update docs/spec/overload.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Eneg <[email protected]>
  • Loading branch information
erictraut and Enegg authored Dec 16, 2024
1 parent 69d6d4a commit e13dbbe
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 @@ -388,7 +388,7 @@ Example 3::
# step 5 do not apply. Step 6 picks the first
# overload.
r1 = example3(1)
reveal_type(r1) # Should reveal int
reveal_type(r1) # Should reveal tuple[int]

# Step 1 eliminates first overload. Step 4 and
# step 5 do not apply. Step 6 picks the second
Expand Down

0 comments on commit e13dbbe

Please sign in to comment.