mirror of
https://github.com/python/cpython.git
synced 2026-01-03 22:12:27 +00:00
Fixes typo in idlelib/idle_test/example_stub.pyi (#122520)
--------- Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
8234419c32
commit
dbdbef3668
1 changed files with 1 additions and 1 deletions
|
|
@ -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: ...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue