Skip to content

Commit 080d873

Browse files
committed
Fix typo (grammatical error in exception message).
1 parent 14ecf12 commit 080d873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

canopen/sdo/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ def _retransmit(self):
571571
return response
572572
self._error = True
573573
self.sdo_client.abort(0x0504_0000)
574-
raise SdoCommunicationError("Some data were lost and could not be retransmitted")
574+
raise SdoCommunicationError("Some data was lost and could not be retransmitted")
575575

576576
def _ack_block(self):
577577
request = bytearray(8)

0 commit comments

Comments
 (0)