You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: instrumentation/opentelemetry-instrumentation-pymssql/src/opentelemetry/instrumentation/pymssql/__init__.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -55,11 +55,11 @@
55
55
---
56
56
The `instrument` method accepts the following keyword args:
57
57
58
-
tracer_provider (TracerProvider) - an optional tracer provider
58
+
tracer_provider (``TracerProvider``) - an optional tracer provider
59
59
60
60
For example:
61
61
62
-
.. code: python
62
+
.. code:: python
63
63
64
64
import pymssql
65
65
from opentelemetry.instrumentation.pymssql import PyMSSQLInstrumentor
0 commit comments