Skip to content

Commit 3b5c59f

Browse files
author
Kevin Hellemun
committed
Added missing . at end of scentence. (#42)
1 parent 7f07b13 commit 3b5c59f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bunq/sdk/json/adapters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
class AnchoredObjectModelAdapter(converter.JsonAdapter):
1515

16-
_ERROR_MODEL_NOT_FOUND = '{} is not in endpoint nor object'
16+
_ERROR_MODEL_NOT_FOUND = '{} is not in endpoint nor object.'
1717

1818
_override_field_map = {
1919
'ScheduledPayment': 'SchedulePayment',

0 commit comments

Comments
 (0)