Skip to content

Commit d8ea244

Browse files
authored
Fix typo introduced in 1025 (hardbyte#1045)
1 parent 140cbda commit d8ea244

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

can/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
class CanError(Exception):
2222
"""Base class for all CAN related exceptions.
2323
24-
If specified, the error code is automatically prepended to the message:
24+
If specified, the error code is automatically appended to the message:
2525
2626
>>> # With an error code (it also works with a specific error):
2727
>>> error = CanOperationError(message="Failed to do the thing", error_code=42)

0 commit comments

Comments
 (0)