Skip to content

Commit 403a612

Browse files
committed
Pydoc correction
1 parent e06ff2d commit 403a612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

reportportal_client/logs/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ def __init__(self, level=logging.NOTSET, filter_client_logs=False,
107107
:param filter_client_logs: if True throw away logs emitted by a
108108
ReportPortal client
109109
:param endpoint: Report Portal endpoint URL, used to filter
110-
out urllib3 logs, mutes Report Portal HTTP logs if set
110+
out urllib3 logs, mutes Report Portal HTTP logs if set, optional
111+
parameter
111112
:param ignored_record_names: a tuple of record names which will be
112113
filtered out by the handler (with startswith method)
113114
"""

0 commit comments

Comments
 (0)