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 a6bcff3 commit 01a17e0Copy full SHA for 01a17e0
docs/usage.md
@@ -573,7 +573,7 @@ We are looking for "prefixesReceived" value in the operator_data list.
573
```python
574
>>> result = check.evaluate(check_args, value)
575
>>> result
576
-((True, [{'10.1.0.0': {'prefixesReceived': 50}}]), False)
+([{'10.1.0.0': {'prefixesReceived': 50}}], False)
577
```
578
579
What about `str` operator?
0 commit comments