Skip to content

Commit

Permalink
doc: fix commenter_options type
Browse files Browse the repository at this point in the history
  • Loading branch information
joaothallis committed Aug 31, 2023
1 parent a02d98c commit b8023be
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 b8023be

Please sign in to comment.