Skip to content

Commit b8023be

Browse files
committed
doc: fix commenter_options type
1 parent a02d98c commit b8023be

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)