Skip to content

Commit 6a2895c

Browse files
authored
Update EXAMPLES.md (#116)
1 parent 75baa77 commit 6a2895c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

EXAMPLES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def rule_interface_status_check(device):
144144

145145
### Example: Printing All Devices with a Specific Tag
146146

147-
In this example, the device_tags parameter is set to `campus`, meaning the rule is intended to apply only to devices tagged as part of the `campus` group.
147+
In this example, the `device_tags` parameter is set to `campus`, meaning the rule is intended to apply only to devices tagged as part of the `campus` group.
148148
You can create tags such as `datacenter`, `campus`, or `branch`, and then apply specific rules to all devices in these groups.
149149

150150
```python

0 commit comments

Comments
 (0)