Skip to content

Commit 793d2fc

Browse files
jevandezandeterryjreedy
authored andcommitted
Fixes typo in idlelib/idle_test/example_stub.pyi (python#122520)
--------- Co-authored-by: Terry Jan Reedy <[email protected]>
1 parent 3eba793 commit 793d2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
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)