Skip to content

Commit

Permalink
docs: minor doc correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Bob Bui committed Apr 9, 2021
1 parent f54471a commit da2b260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def init_request_instrument(app=None, custom_formatter=None, exclude_url_pattern
:param app: current web application instance
:param custom_formatter: formatter to override default JSONRequestLogFormatter.
:param request_response_data_extractor_class: requestinfo to override default json_logging.RequestInfo.
:param request_response_data_extractor_class: request_response_data_extractor_class to override default json_logging.RequestResponseDataExtractor.
"""

if _current_framework is None or _current_framework == '-':
Expand Down

0 comments on commit da2b260

Please sign in to comment.