Thanks to visit codestin.com Credit goes to github.com
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 8234419 commit dbdbef3Copy full SHA for dbdbef3
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