Skip to content

Commit c56dc8a

Browse files
committed
Wait tolerance info
1 parent 7fccdb9 commit c56dc8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scan/commands/wait.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Wait(Command):
1717
:param comparison: How current value is compared to the desired value.
1818
Defaults to '='.
1919
Other options: '!=', '>', '>=', '<' , '<=', 'increase by','decrease by'
20-
:param tolerance: Tolerance used for numeric comparison. Defaults to 0, not used for string values.
20+
:param tolerance: Tolerance used for numeric '=' comparison. Defaults to 0, not used for string values or anything but '='.
2121
:param timeout: Timeout in seconds. Default 0 to wait 'forever'.
2222
:param errhandler: Default None.
2323

0 commit comments

Comments
 (0)