We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f2650 commit e589e45Copy full SHA for e589e45
src/cattrs/errors.py
@@ -58,6 +58,6 @@ def __init__(
58
59
60
class UnknownSubclassError(Exception):
61
- """Raised when unstructuring a subclass of a known type"""
+ """Raised when unstructuring a subclass of an unknown type"""
62
63
pass
0 commit comments