Skip to content

Commit 3dc349e

Browse files
authored
Update docs/usage.md
1 parent 01a17e0 commit 3dc349e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ What about `str` operator?
587587
{'10.1.0.0': {'peerGroup': 'IPv4-UNDERLAY-SPINE'}}]
588588
>>> result = check.evaluate(check_args, value)
589589
>>> result
590-
((True, [{'7.7.7.7': {'peerGroup': 'EVPN-OVERLAY-SPINE'}}]), False)
590+
([{'7.7.7.7': {'peerGroup': 'EVPN-OVERLAY-SPINE'}}], False)
591591
```
592592

593593
Can you guess what would be the outcome for an `int`, `float` operator?

0 commit comments

Comments
 (0)