Skip to content

Commit

Permalink
Fixed comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ATATC committed Sep 8, 2024
1 parent 10b9cf7 commit 9150c18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions leads/dt/device.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
"""
Expand Down

0 comments on commit 9150c18

Please sign in to comment.