Skip to content

Commit 3461a7a

Browse files
committed
3.3.16
1 parent fc4bf17 commit 3461a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telstra/messaging/message.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ def _validate_get_all_args(
728728

729729
if reverse is not None and not isinstance(reverse, types.TReverse):
730730
raise exceptions.MessageError(
731-
'the value of "endTime" is not valid, expected a bool, '
731+
'the value of "reverse" is not valid, expected a bool, '
732732
f'received "{reverse}"'
733733
)
734734

0 commit comments

Comments
 (0)