Skip to content

Commit f28d1fc

Browse files
committed
update documentation
1 parent 0c0a521 commit f28d1fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

awscrt/aio/http.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class AIOHttpClientConnectionUnified(HttpClientConnectionBase):
2828
"""
2929
An async unified HTTP client connection for either a HTTP/1 or HTTP/2 connection.
3030
31-
Use `AIOHttpClientConnection.new()` to establish a new connection.
31+
Use `AIOHttpClientConnectionUnified.new()` to establish a new connection.
3232
"""
3333

3434
@classmethod
@@ -61,7 +61,7 @@ async def new(cls,
6161
If None is provided then a proxy is not used.
6262
6363
Returns:
64-
AIOHttpClientConnection: A new HTTP client connection.
64+
AIOHttpClientConnectionUnified: A new unified HTTP client connection.
6565
"""
6666
future = cls._generic_new(
6767
host_name,

0 commit comments

Comments
 (0)