From b1b2bf7861f33ed2145cade0902db0d531838ddf Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:30:58 -0700 Subject: [PATCH] Correct code in example --- instrumentation/opentelemetry-instrumentation-urllib/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instrumentation/opentelemetry-instrumentation-urllib/README.rst b/instrumentation/opentelemetry-instrumentation-urllib/README.rst index a8dfc84bed..cc941ce91b 100644 --- a/instrumentation/opentelemetry-instrumentation-urllib/README.rst +++ b/instrumentation/opentelemetry-instrumentation-urllib/README.rst @@ -41,7 +41,7 @@ The hooks can be configured as follows: pass URLLibInstrumentor.instrument( - request_hook=request_hook, response_hook=response_hook) + request_hook=request_hook, response_hook=response_hook ) Exclude lists