We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 140cbda commit d8ea244Copy full SHA for d8ea244
1 file changed
can/exceptions.py
@@ -21,7 +21,7 @@
21
class CanError(Exception):
22
"""Base class for all CAN related exceptions.
23
24
- If specified, the error code is automatically prepended to the message:
+ If specified, the error code is automatically appended to the message:
25
26
>>> # With an error code (it also works with a specific error):
27
>>> error = CanOperationError(message="Failed to do the thing", error_code=42)
0 commit comments