doc: fix `commenter_options` type (#1926)
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
This commit is contained in:
parent
6f3aead436
commit
fb9eb32fac
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue