Fix doc error in file-level code block (#710)

This commit is contained in:
DJ Gregor
2021-10-11 12:51:52 -04:00
committed by GitHub
parent 19e748f000
commit 7f00fb88f2

View File

@ -24,8 +24,8 @@ Usage
import requests
from opentelemetry.instrumentation.requests import RequestsInstrumentor
# You can optionally pass a custom TracerProvider to
RequestsInstrumentor.instrument()
# You can optionally pass a custom TracerProvider to instrument().
RequestsInstrumentor().instrument()
response = requests.get(url="https://www.example.org/")
API