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