Skip to content

Commit e959574

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pubnub/request_handlers/httpx.py

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

2525

2626
class HttpxRequestHandler(BaseRequestHandler):
27-
""" PubNub Python SDK Native requests handler based on `requests` HTTP library. """
27+
""" PubNub Python SDK synchronous requests handler based on `httpx` HTTP library. """
2828
ENDPOINT_THREAD_COUNTER: int = 0
2929

3030
def __init__(self, pubnub):

0 commit comments

Comments
 (0)