Skip to content

Commit da2b260

Browse files
author
Bob Bui
committed
docs: minor doc correction
1 parent f54471a commit da2b260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_logging/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def init_request_instrument(app=None, custom_formatter=None, exclude_url_pattern
202202
203203
:param app: current web application instance
204204
:param custom_formatter: formatter to override default JSONRequestLogFormatter.
205-
:param request_response_data_extractor_class: requestinfo to override default json_logging.RequestInfo.
205+
:param request_response_data_extractor_class: request_response_data_extractor_class to override default json_logging.RequestResponseDataExtractor.
206206
"""
207207

208208
if _current_framework is None or _current_framework == '-':

0 commit comments

Comments
 (0)