Skip to content

Commit 3c3b4ef

Browse files
authored
Fix stale docstring in nmap_tracker (home-assistant#154380)
1 parent 54ff491 commit 3c3b4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/nmap_tracker/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ async def _async_build_schema_with_user_input(
179179

180180

181181
class OptionsFlowHandler(OptionsFlowWithReload):
182-
"""Handle a option flow for homekit."""
182+
"""Handle an option flow for nmap tracker."""
183183

184184
def __init__(self, config_entry: ConfigEntry) -> None:
185185
"""Initialize options flow."""

0 commit comments

Comments
 (0)