Skip to content

Commit a4562b1

Browse files
committedFeb 5, 2023
bild
1 parent af98f12 commit a4562b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = [
1313
readme = "README.md"
1414
homepage = "https://textflow.me"
1515
repository = "https://github.com/Skocimis/textflow-python"
16-
keywords = ["api", "sms", "api-client", "sms-api", "text-message", "simple-sms", "sms-verification"]
16+
keywords = ["api", "sms", "api-client", "sms-api", "text-message", "simple-sms", "sms-verification", "user-verification"]
1717
dependencies = [
1818
"requests"
1919
]

‎src/textflowsms/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def sendSMS(phone_number:str, text:str)->SendMessageResult:
8888
8989
>>> import textflow as tf
9090
>>> tf.useKey("YOUR_API_KEY")
91-
>>> tf.sendSMS(recipient="+3811231234", text="Message text...")
91+
>>> tf.sendSMS("+11234567890", text="Message text...")
9292
"""
9393
global apiKey
9494
if(len(phone_number) == 0):

0 commit comments

Comments
 (0)