Skip to content

Commit 6badf71

Browse files
Merge pull request #129 from bunq/feature/fix_typo
feature/fix_typo: fix typo.
2 parents 7a2f3e2 + 84ed106 commit 6badf71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bunq/sdk/exception/EXCEPTIONS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ from bunq.sdk.exception.bad_request_exception import BadRequestException
5050
from bunq.sdk.context.api_context import ApiEnvironmentType, ApiContext
5151

5252
API_KEY = "Some invalid API key"
53-
DESCRIPTION = "This wil raise a BadRequestException"
53+
DESCRIPTION = "This will raise a BadRequestException"
5454

5555
try:
5656
# Make a call that might raise an exception

0 commit comments

Comments
 (0)