We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0634d2 commit 35eef6eCopy full SHA for 35eef6e
can/message.py
@@ -245,7 +245,7 @@ def _check(self) -> None:
245
if self.is_remote_frame:
246
if self.is_error_frame:
247
raise ValueError(
248
- "a message cannot be a remote and an error frame at the sane time"
+ "a message cannot be a remote and an error frame at the same time"
249
)
250
if self.is_fd:
251
raise ValueError("CAN FD does not support remote frames")
0 commit comments