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 b314882 commit 5ca0f09Copy full SHA for 5ca0f09
pubnub/request_handlers/requests.py
@@ -26,7 +26,7 @@
26
27
28
class RequestsRequestHandler(BaseRequestHandler):
29
- """ PubNub Python SDK Native requests handler based on `requests` HTTP library. """
+ """ PubNub Python SDK synchronous requests handler based on `requests` HTTP library. """
30
ENDPOINT_THREAD_COUNTER: int = 0
31
32
def __init__(self, pubnub):
0 commit comments