From e13dbbeb4b9436fae86b33ca292475cb02191c39 Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Mon, 16 Dec 2024 12:25:36 -0800 Subject: [PATCH] Update docs/spec/overload.rst Co-authored-by: Eneg <42005170+Enegg@users.noreply.github.com> --- docs/spec/overload.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/spec/overload.rst b/docs/spec/overload.rst index 074d540a..78c4e501 100644 --- a/docs/spec/overload.rst +++ b/docs/spec/overload.rst @@ -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