diff --git a/leads/dt/device.py b/leads/dt/device.py index c9dac55..1e2854d 100644 --- a/leads/dt/device.py +++ b/leads/dt/device.py @@ -29,8 +29,7 @@ def level(self) -> int: def tag(self, tag: str | None = None) -> str | None: """ - Set or get the tag of the device. - The tag will not be set if it is locked. + Set or get the tag of the device. The tag will not be set if it is locked. :param tag: the tag or None if getter mode :return: the tag or None if setter mode """