bunq / sdk_python

Python SDK for bunq API
MIT License
106 stars 25 forks source link

Typo in EXCEPTIONS.md #110

Closed willemli closed 4 years ago

willemli commented 5 years ago

https://github.com/bunq/sdk_python/blob/develop/EXCEPTIONS.md

DESCRIPTION = "This wil raise a BadRequestException"

should be

DESCRIPTION = "This will raise a BadRequestException"

angelomelonas commented 4 years ago

Typo was fixed in: https://github.com/bunq/sdk_python/pull/129