10000 Fixes typo in idlelib/idle_test/example_stub.pyi (#122520) · miss-islington/cpython@dbdbef3 · GitHub
[go: up one dir, main page]

Skip to content

Commit dbdbef3

Browse files
Fixes typo in idlelib/idle_test/example_stub.pyi (python#122520)
--------- Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 8234419 commit dbdbef3

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)
0