Skip to content

Commit f8a4bb0

Browse files
Sebastian Molendatechwritermat
andauthored
Update pubnub/request_handlers/async_httpx.py
Co-authored-by: Mateusz Wiktor <39187473+techwritermat@users.noreply.github.com>
1 parent e959574 commit f8a4bb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pubnub/request_handlers/async_httpx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def close(self):
2626

2727

2828
class AsyncHttpxRequestHandler(BaseRequestHandler):
29-
""" PubNub Python SDK Native requests handler based on `requests` HTTP library. """
29+
""" PubNub Python SDK asychronous requests handler based on the `httpx` HTTP library. """
3030
ENDPOINT_THREAD_COUNTER: int = 0
3131
_connector: httpx.AsyncHTTPTransport = None
3232
_session: httpx.AsyncClient = None

0 commit comments

Comments
 (0)