Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ogurevich committed Jun 17, 2023
1 parent 5a5743b commit f45fb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/dbus-serialbattery/battery.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ def manage_charge_voltage_linear(self) -> None:

def set_cvl_linear(self, control_voltage) -> bool:
"""
et CVL only once every LINEAR_RECALCULATION_EVERY seconds
set CVL only once every LINEAR_RECALCULATION_EVERY seconds
:return: bool
"""
current_time = int(time())
Expand Down

0 comments on commit f45fb41

Please sign in to comment.