Skip to content

Commit e13dbbe

Browse files
erictrautEnegg
andauthored
Update docs/spec/overload.rst
Co-authored-by: Eneg <[email protected]>
1 parent 69d6d4a commit e13dbbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spec/overload.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Example 3::
388388
# step 5 do not apply. Step 6 picks the first
389389
# overload.
390390
r1 = example3(1)
391-
reveal_type(r1) # Should reveal int
391+
reveal_type(r1) # Should reveal tuple[int]
392392

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

0 commit comments

Comments
 (0)