Skip to content

Commit 495d25e

Browse files
authored
fix: typo in ObjectMatchCriteria docstring (#121)
1 parent 73dd1ff commit 495d25e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox_diode_plugin/api/matcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ class ObjectMatchCriteria:
263263
the model fields and any references to another object
264264
specify a specific id in the appropriate field name.
265265
eg device_id=123 etc and for any generic references,
266-
both the type and idshould be specified, eg:
266+
both the type and id should be specified, eg:
267267
scope_type="dcim.site" and scope_id=123
268268
"""
269269

0 commit comments

Comments
 (0)