Skip to content

Commit

Permalink
update return type in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hemma committed Jun 14, 2022
1 parent e495bdf commit 7c52d79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def _instrument(self, **kwargs):
``tracer_provider``: a TracerProvider, defaults to global
Returns:
An instrumented engine if passed in as an argument, None otherwise.
An instrumented engine if passed in as an argument or list of instrumented engines, None otherwise.
"""
tracer_provider = kwargs.get("tracer_provider")
_w("sqlalchemy", "create_engine", _wrap_create_engine(tracer_provider))
Expand Down

0 comments on commit 7c52d79

Please sign in to comment.