Fix typos in ConfigEntryState.recoverable (#73449)

pull/73466/head
J. Nick Koston 2022-06-13 10:56:08 -10:00 committed by GitHub
parent 51b4d15c8c
commit bb8b51eda3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class ConfigEntryState(Enum):
def recoverable(self) -> bool:
"""Get if the state is recoverable.
If the entry is state is recoverable, unloads
If the entry state is recoverable, unloads
and reloads are allowed.
"""
return self._recoverable