We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed70e0 commit c654bceCopy full SHA for c654bce
Lib/idlelib/idle_test/example_stub.pyi
@@ -1,4 +1,4 @@
1
-" 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.
2
3
class Example:
4
def method(self, argument1: str, argument2: list[int]) -> None: ...
0 commit comments