Skip to content

Commit

Permalink
typo within cover.__str__
Browse files Browse the repository at this point in the history
  • Loading branch information
Julius2342 committed Sep 24, 2017
1 parent 6e2c7bb commit f9b6690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xknx/devices/cover.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def __str__(self):
.format(
self.name,
self.updown.group_addr_str(),
self.step.group_address(),
self.step.group_addr_str(),
self.position.group_addr_str(),
self.angle.group_addr_str(),
self.travel_time_down,
Expand Down

0 comments on commit f9b6690

Please sign in to comment.