Skip to content

Commit 9aa4db1

Browse files
committed
Correct typo in error message
1 parent dd020db commit 9aa4db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clever/models/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ def data(self, data):
146146
:type: object
147147
"""
148148
if data is None:
149-
raise ValueError("Invalid value for `type`, must not be `None`")
149+
raise ValueError("Invalid value for `data`, must not be `None`")
150150

151151
self._data = data
152152

0 commit comments

Comments
 (0)