Skip to content

Commit cc8ee89

Browse files
committed
Fixed doc.
1 parent 6c7e8d8 commit cc8ee89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

c8y_api/model/managedobjects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ class DeviceGroup(ManagedObject):
697697
def __init__(self, c8y=None, root: bool = False, name: str = None, owner: str = None, **kwargs):
698698
""" Build a new DeviceGroup object.
699699
700-
A type of a device group will always be either `c8y_DeviceGroup`
700+
The `type` of a device group will always be either `c8y_DeviceGroup`
701701
or `c8y_DeviceSubGroup` (depending on it's level). This is handled
702702
by the API.
703703

0 commit comments

Comments
 (0)