From 39061814f20c13c45d190422358ab70e3233cdcc Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Mon, 2 Sep 2024 13:26:55 +0200 Subject: [3.13] Fixes typo in idlelib/idle_test/example_stub.pyi (GH-122520) (#122738) Fixes typo in idlelib/idle_test/example_stub.pyi (GH-122520) (cherry picked from commit dbdbef3668293abdceac2b8a7b3e4615e6bde143) Co-authored-by: Jonathon Vandezande --- Lib/idlelib/idle_test/example_stub.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/idlelib/idle_test/example_stub.pyi b/Lib/idlelib/idle_test/example_stub.pyi index 17b5801..abcdbc1 100644 --- a/Lib/idlelib/idle_test/example_stub.pyi +++ b/Lib/idlelib/idle_test/example_stub.pyi @@ -1,4 +1,4 @@ -" Example to test recognition of .pyi file as Python source code. +# An example file to test recognition of a .pyi file as Python source code. class Example: def method(self, argument1: str, argument2: list[int]) -> None: ... -- cgit v0.12