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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ class SQLAlchemyInstrumentor(BaseInstrumentor):
``tracer_provider``: a TracerProvider, defaults to global ``tracer_provider``: a TracerProvider, defaults to global
``meter_provider``: a MeterProvider, defaults to global ``meter_provider``: a MeterProvider, defaults to global
``enable_commenter``: bool to enable sqlcommenter, defaults to False ``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: Returns:
An instrumented engine if passed in as an argument or list of instrumented engines, None otherwise. An instrumented engine if passed in as an argument or list of instrumented engines, None otherwise.