Skip to content

Commit 9aabc16

Browse files
author
rmicheev
committed
fixed qat error
1 parent 0858b07 commit 9aabc16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pygats/qat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def typewrite(ctx, definition: dict, message: str, count: Optional[int] = 1):
6666
6767
Args:
6868
ctx (Context): context of test execution
69-
definition (str): uniquely identifies the QtObject
69+
definition (dict): uniquely identifies the QtObject
7070
message (str): text to typewrite
7171
count (Optional[int]): number of writes
7272
"""

0 commit comments

Comments
 (0)