Skip to content

Commit

Permalink
[3.12] Fixes typo in idlelib/idle_test/example_stub.pyi (pythonGH-122520
Browse files Browse the repository at this point in the history
) (python#122591)

---------
(cherry picked from commit dbdbef3)

Co-authored-by: Jonathon Vandezande <jevandezande@gmail.com>
  • Loading branch information
miss-islington and jevandezande authored Aug 2, 2024
1 parent fed70e0 commit c654bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/idlelib/idle_test/example_stub.pyi
Original file line number Diff line number Diff line change
@@ -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: ...

0 comments on commit c654bce

Please sign in to comment.