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.
1 parent 06cd95e commit b32ed80Copy full SHA for b32ed80
sift/client.py
@@ -934,7 +934,7 @@ def _validate_send_request(self, properties):
934
session_id, 'session_id', error_cls=ValueError)
935
936
def verification_resend(self, properties, timeout=None, version=None):
937
- """A user can ask for a new OTP (one-time password) if they haven’t received the previous one,
+ """A user can ask for a new OTP (one-time password) if they haven't received the previous one,
938
or in case the previous OTP expired.
939
This call is blocking. Check out https://sift.com/developers/docs/python/verification-api/resend
940
for more information on our send response structure.
0 commit comments