From cde1335485b7bffb12c378d230ae48ad77d76ab1 Mon Sep 17 00:00:00 2001 From: Terry Jan Reedy Date: Sat, 16 Dec 2023 19:51:25 -0500 Subject: IDLE: Add util and stub example comments (#113222) --- Lib/idlelib/idle_test/example_stub.pyi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Lib/idlelib/idle_test') diff --git a/Lib/idlelib/idle_test/example_stub.pyi b/Lib/idlelib/idle_test/example_stub.pyi index a9811a78d10..17b58010a9d 100644 --- a/Lib/idlelib/idle_test/example_stub.pyi +++ b/Lib/idlelib/idle_test/example_stub.pyi @@ -1,2 +1,4 @@ +" Example to test recognition of .pyi file as Python source code. + class Example: def method(self, argument1: str, argument2: list[int]) -> None: ... -- cgit v1.2.3