We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eba793 commit 793d2fcCopy full SHA for 793d2fc
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