doc: fix commenter_options type (#1926)

Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
This commit is contained in:
João Thallis
2023-09-03 08:23:21 -03:00
committed by GitHub
parent 6f3aead436
commit fb9eb32fac

View File

@ -136,7 +136,7 @@ class SQLAlchemyInstrumentor(BaseInstrumentor):
``tracer_provider``: a TracerProvider, defaults to global
``meter_provider``: a MeterProvider, defaults to global
``enable_commenter``: bool to enable sqlcommenter, defaults to False
``commenter_options``: dict of sqlcommenter config, defaults to None
``commenter_options``: dict of sqlcommenter config, defaults to {}
Returns:
An instrumented engine if passed in as an argument or list of instrumented engines, None otherwise.