Skip to content

Commit 3b74752

Browse files
Fix typo
Co-authored-by: Justin Ibarra <[email protected]>
1 parent 3881bc1 commit 3b74752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detection_rules/mixins.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __schema(cls):
3636

3737
@classmethod
3838
def from_dict(cls: Type[ClassT], obj: dict) -> ClassT:
39-
"""Deserialize a dataclass from a dict using marshmallow."""
39+
"""Deserialize and validate a dataclass from a dict using marshmallow."""
4040
schema = cls.__schema()
4141
return schema.load(obj)
4242

0 commit comments

Comments
 (0)