Skip to content

Commit 504bcdf

Browse files
committed
fix typo in doc string
1 parent dfb6ef7 commit 504bcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openevsehttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -977,7 +977,7 @@ def vehicle_range(self) -> int | None:
977977

978978
@property
979979
def vehicle_eta(self) -> int | None:
980-
"""Return tiem to full charge."""
980+
"""Return time to full charge."""
981981
if self._status is not None and "vehicle_eta" in self._status:
982982
return self._status["vehicle_eta"]
983983
return None

0 commit comments

Comments
 (0)