10000 Document `http/http_client.py` · tyree88/twilio-python@75c45fa · GitHub
[go: up one dir, main page]

Skip to content

Commit 75c45fa

Browse files
author
Doug Black
committed
Document http/http_client.py
1 parent 5e58e6f commit 75c45fa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

twilio/http/http_client.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55

66

77
class TwilioHttpClient(HttpClient):
8-
"""General purpose HTTP Client for interacting with the Twilio API"""
8+
"""
9+
General purpose HTTP Client for interacting with the Twilio API
10+
"""
911
def request(self, method, url, params=None, data=None, headers=None, auth=None, timeout=None,
1012
allow_redirects=False):
1113
"""

0 commit comments

Comments
 (0)
0