Skip to content

Commit c654bce

Browse files
[3.12] Fixes typo in idlelib/idle_test/example_stub.pyi (GH-122520) (#122591)
--------- (cherry picked from commit dbdbef3) Co-authored-by: Jonathon Vandezande <[email protected]>
1 parent fed70e0 commit c654bce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
" Example to test recognition of .pyi file as Python source code.
1+
# An example file to test recognition of a .pyi file as Python source code.
22

33
class Example:
44
def method(self, argument1: str, argument2: list[int]) -> None: ...

0 commit comments

Comments
 (0)