mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-102873: logging.LogRecord docs: improve description of msg
parameter (GH-102875)
(cherry picked from commit f2e5a6ee62
)
Co-authored-by: Amin Alaee <mohammadamin.alaee@gmail.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
parent
581dd8caba
commit
cbffc3ad38
1 changed files with 3 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue