Skip to content

Commit

Permalink
doc: fix commenter_options type (#1926)
Browse files Browse the repository at this point in the history
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
  • Loading branch information
joaothallis and shalevr committed Sep 3, 2023
1 parent 6f3aead commit fb9eb32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _instrument(self, **kwargs):
``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.
Expand Down

0 comments on commit fb9eb32

Please sign in to comment.