Skip to content

Commit

Permalink
docs: fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
samypr100 committed Aug 25, 2023
1 parent 0b16fe7 commit 0c6cc91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ Or if you are using the transport classes directly:
)
async_transport = httpx.AsyncHTTPTransport()
telemetry_transport = AsyncOpenTelemetryTransport(
async_telemetry_transport = AsyncOpenTelemetryTransport(
async_transport,
request_hook=async_request_hook,
response_hook=async_response_hook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async def async_response_hook(span, request, response):
)
async_transport = httpx.AsyncHTTPTransport()
telemetry_transport = AsyncOpenTelemetryTransport(
async_telemetry_transport = AsyncOpenTelemetryTransport(
async_transport,
request_hook=async_request_hook,
response_hook=async_response_hook
Expand Down

0 comments on commit 0c6cc91

Please sign in to comment.