We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a2f3e2 + 84ed106 commit 6badf71Copy full SHA for 6badf71
bunq/sdk/exception/EXCEPTIONS.md
@@ -50,7 +50,7 @@ from bunq.sdk.exception.bad_request_exception import BadRequestException
50
from bunq.sdk.context.api_context import ApiEnvironmentType, ApiContext
51
52
API_KEY = "Some invalid API key"
53
-DESCRIPTION = "This wil raise a BadRequestException"
+DESCRIPTION = "This will raise a BadRequestException"
54
55
try:
56
# Make a call that might raise an exception
0 commit comments