Skip to content

Commit fb9eb32

Browse files
joaothallisshalevr
andauthored
doc: fix commenter_options type (#1926)
Co-authored-by: Shalev Roda <[email protected]>
1 parent 6f3aead commit fb9eb32

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-sqlalchemy/src/opentelemetry/instrumentation/sqlalchemy

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-sqlalchemy/src/opentelemetry/instrumentation/sqlalchemy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def _instrument(self, **kwargs):
136136
``tracer_provider``: a TracerProvider, defaults to global
137137
``meter_provider``: a MeterProvider, defaults to global
138138
``enable_commenter``: bool to enable sqlcommenter, defaults to False
139-
``commenter_options``: dict of sqlcommenter config, defaults to None
139+
``commenter_options``: dict of sqlcommenter config, defaults to {}
140140
141141
Returns:
142142
An instrumented engine if passed in as an argument or list of instrumented engines, None otherwise.

0 commit comments

Comments
 (0)