Skip to content

Commit 84ed106

Browse files
committed
feature/fix_typo: fix typo.
1 parent 7a2f3e2 commit 84ed106

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)