Skip to content

Commit e589e45

Browse files
committed
docstring typo
1 parent 71f2650 commit e589e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cattrs/errors.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ def __init__(
5858

5959

6060
class UnknownSubclassError(Exception):
61-
"""Raised when unstructuring a subclass of a known type"""
61+
"""Raised when unstructuring a subclass of an unknown type"""
6262

6363
pass

0 commit comments

Comments
 (0)