Skip to content

Commit af017de

Browse files
committed
Fix missing words in function docstring
1 parent 9152dc6 commit af017de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quark/script/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def hasUrl(self) -> List[str]:
132132
def getParamValues(self) -> List[str]:
133133
"""Get parameter values from behavior.
134134
135-
:return: python containing parameter values
135+
:return: python list containing parameter values
136136
"""
137137
allResult = self.hasString(".*", True)
138138

0 commit comments

Comments
 (0)