Fixed a misspelling in a docstring (#21846)

This commit is contained in:
Aaron Bach 2019-03-08 22:36:41 -07:00 committed by GitHub
parent c5734eecc7
commit 49eaa34e03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -364,7 +364,7 @@ class AmbientStation:
}
# If the websocket disconnects and reconnects, the on_subscribed
# hanlder will get called again; in that case, we don't want to
# handler will get called again; in that case, we don't want to
# attempt forward setup of the config entry (because it will have
# already been done):
if not self._entry_setup_complete: