Upgrade codespell to 2.0.0 (#44695)

* Upgrade codespell to 2.0.0

* Fix newly found spelling errors
This commit is contained in:
Ville Skyttä 2020-12-31 20:14:07 +02:00 committed by GitHub
parent cdda5900e5
commit 1c8fbc7e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 10 additions and 8 deletions

View file

@ -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.