Skip to content

Commit 5ca0f09

Browse files
Update requests.py
1 parent b314882 commit 5ca0f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubnub/request_handlers/requests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
class RequestsRequestHandler(BaseRequestHandler):
29-
""" PubNub Python SDK Native requests handler based on `requests` HTTP library. """
29+
""" PubNub Python SDK synchronous requests handler based on `requests` HTTP library. """
3030
ENDPOINT_THREAD_COUNTER: int = 0
3131

3232
def __init__(self, pubnub):

0 commit comments

Comments
 (0)