Skip to content

Commit

Permalink
Added missing . at end of scentence. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Dec 21, 2017
1 parent 7f07b13 commit 3b5c59f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bunq/sdk/json/adapters.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

class AnchoredObjectModelAdapter(converter.JsonAdapter):

_ERROR_MODEL_NOT_FOUND = '{} is not in endpoint nor object'
_ERROR_MODEL_NOT_FOUND = '{} is not in endpoint nor object.'

_override_field_map = {
'ScheduledPayment': 'SchedulePayment',
Expand Down

0 comments on commit 3b5c59f

Please sign in to comment.