Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Doc/library/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -796,8 +796,9 @@ wire).
:type lineno: int

:param msg: The event description message,
which can be a %-format string with placeholders for variable data.
:type msg: str
which can be a %-format string with placeholders for variable data,
or an arbitrary object (see :ref:`arbitrary-object-messages`).
:type msg: typing.Any

:param args: Variable data to merge into the *msg* argument
to obtain the event description.
Expand Down