Skip to content

Commit cca4428

Browse files
committed
update error messages
1 parent 95cd7de commit cca4428

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sinch/core/clients/sinch_client_configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ def get_sms_origin_for_auth(self):
256256
"SMS region is required. "
257257
"Provide sms_region when initializing SinchClient "
258258
"Example: SinchClient(project_id='...', key_id='...', key_secret='...', sms_region='eu')"
259-
"or set it via sinch_client.configuration.sms_region. "
259+
" or set it via sinch_client.configuration.sms_region. "
260260
)
261261

262262
return origin
@@ -273,7 +273,7 @@ def get_conversation_origin(self):
273273
"Conversation region is required. "
274274
"Provide conversation_region when initializing SinchClient "
275275
"Example: SinchClient(project_id='...', key_id='...', key_secret='...', conversation_region='eu')"
276-
"or set it via sinch_client.configuration.conversation_region. "
276+
" or set it via sinch_client.configuration.conversation_region. "
277277
)
278278

279279
return self.conversation_origin

0 commit comments

Comments
 (0)