Skip to content

Commit

Permalink
fix encoding issue (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
viaskal-sift authored Jul 26, 2023
1 parent 06cd95e commit b32ed80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sift/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ def _validate_send_request(self, properties):
session_id, 'session_id', error_cls=ValueError)

def verification_resend(self, properties, timeout=None, version=None):
"""A user can ask for a new OTP (one-time password) if they havent received the previous one,
"""A user can ask for a new OTP (one-time password) if they haven't received the previous one,
or in case the previous OTP expired.
This call is blocking. Check out https://sift.com/developers/docs/python/verification-api/resend
for more information on our send response structure.
Expand Down

0 comments on commit b32ed80

Please sign in to comment.