Upgrade codespell to 2.0.0 (#44695)
* Upgrade codespell to 2.0.0 * Fix newly found spelling errors
This commit is contained in:
parent
cdda5900e5
commit
1c8fbc7e6a
7 changed files with 10 additions and 8 deletions
|
@ -520,7 +520,7 @@ class RflinkCommand(RflinkDevice):
|
|||
|
||||
if self._wait_ack:
|
||||
# Puts command on outgoing buffer then waits for Rflink to confirm
|
||||
# the command has been send out in the ether.
|
||||
# the command has been sent out.
|
||||
await self._protocol.send_command_ack(self._device_id, cmd)
|
||||
else:
|
||||
# Puts command on outgoing buffer and returns straight away.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue