We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fccdb9 commit c56dc8aCopy full SHA for c56dc8a
1 file changed
scan/commands/wait.py
@@ -17,7 +17,7 @@ class Wait(Command):
17
:param comparison: How current value is compared to the desired value.
18
Defaults to '='.
19
Other options: '!=', '>', '>=', '<' , '<=', 'increase by','decrease by'
20
- :param tolerance: Tolerance used for numeric comparison. Defaults to 0, not used for string values.
+ :param tolerance: Tolerance used for numeric '=' comparison. Defaults to 0, not used for string values or anything but '='.
21
:param timeout: Timeout in seconds. Default 0 to wait 'forever'.
22
:param errhandler: Default None.
23
0 commit comments