Skip to content

Commit

Permalink
Improve documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktBurger committed Oct 25, 2023
1 parent 0505755 commit f762cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyleco/actors/actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def set_polling_interval(self, polling_interval: float) -> None:
self.polling_interval = polling_interval

def connect(self, *args, **kwargs) -> None:
"""Connect to the device."""
"""Connect to the device with the given arguments and keyword arguments."""
# TODO read auto_connect?
self.log.info("Connecting")
self.device = self.cls(*args, **kwargs)
Expand Down

0 comments on commit f762cca

Please sign in to comment.