Skip to content

Commit

Permalink
Fix doc error in file-level code block (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
deejgregor authored Oct 11, 2021
1 parent 19e748f commit 7f00fb8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
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
Expand Down

0 comments on commit 7f00fb8

Please sign in to comment.