8000 Merge pull request #188 from gregeinfrank/master · madCode/twilio-python@d6c7c8a · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit d6c7c8a

Browse files
committed
Merge pull request twilio#188 from gregeinfrank/master
Remove unused auth param from docstring
2 parents 891bed6 + 11b177f commit d6c7c8a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

twilio/util.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def compute_signature(self, uri, params, utf=PY3):
1818
1919
:param uri: full URI that Twilio requested on your server
2020
:param params: post vars that Twilio sent with the request
21-
:param auth: tuple with (account_sid, token)
2221
:param utf: whether return should be bytestring or unicode (python3)
2322
2423
:returns: The computed signature
@@ -42,7 +41,6 @@ def validate(self, uri, params, signature):
4241
:param uri: full URI that Twilio requested on your server
4342
:param params: post vars that Twilio sent with the request
4443
:param signature: expexcted signature in HTTP X-Twilio-Signature header
45-
:param auth: tuple with (account_sid, token)
4644
4745
:returns: True if the request passes validation, False if not
4846
"""

0 commit comments

Comments
 (0)
0