Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
petrleocompel committed Feb 20, 2023
1 parent ffb6768 commit 9fda7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/hikvision_axpro/alarm_control_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def code_format(self) -> CodeFormat | None:
return self.__get_code_format(self.coordinator.code_format)

def __get_code_format(self, code_format_str) -> CodeFormat:
"""Returns CodeFormat according to the given code fomrat string."""
"""Returns CodeFormat according to the given code format string."""
code_format: CodeFormat = None

if not self.coordinator.use_code:
Expand Down

0 comments on commit 9fda7af

Please sign in to comment.