Skip to content

Commit 7c52d79

Browse files
committed
update return type in doc
1 parent e495bdf commit 7c52d79

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def _instrument(self, **kwargs):
8787
``tracer_provider``: a TracerProvider, defaults to global
8888
8989
Returns:
90-
An instrumented engine if passed in as an argument, None otherwise.
90+
An instrumented engine if passed in as an argument or list of instrumented engines, None otherwise.
9191
"""
9292
tracer_provider = kwargs.get("tracer_provider")
9393
_w("sqlalchemy", "create_engine", _wrap_create_engine(tracer_provider))

0 commit comments

Comments
 (0)