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 a07374d commit 6072337Copy full SHA for 6072337
test/type-hint.vader
@@ -25,7 +25,7 @@ Expect python:
25
def foo(sample_var) -> str:
26
"""foo
27
28
- :param sample_var
+ :param sample_var:
29
30
:rtype: str
31
"""
@@ -41,8 +41,8 @@ Expect python:
41
def foo(arg1, arg2) -> str:
42
43
44
- :param arg1
45
- :param arg2
+ :param arg1:
+ :param arg2:
46
47
48
@@ -100,7 +100,7 @@ Expect python:
100
101
:param n:
102
:type n: int
103
- :param arg
+ :param arg:
104
105
:rtype: int
106
0 commit comments