Skip to content

Commit 86550eb

Browse files
Apply suggestions from code review
1 parent e97232a commit 86550eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/howto/logging-cookbook.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,7 +1675,7 @@ That can still use %-formatting, as shown here::
16751675
>>>
16761676

16771677
Logging calls (``logger.debug()``, ``logger.info()`` etc.) only take
1678-
positional arguments for the actual logging message itself, with keyword
1678+
positional arguments for the logging message itself, with keyword
16791679
arguments used only for determining options for how to handle the actual
16801680
logging call (e.g. the ``exc_info`` keyword argument to indicate that
16811681
traceback information should be logged, or the ``extra`` keyword argument
@@ -2732,7 +2732,7 @@ governs the formatting of logging messages for final output to logs, and is
27322732
completely orthogonal to how an individual logging message is constructed.
27332733

27342734
Logging calls (:meth:`~Logger.debug`, :meth:`~Logger.info` etc.) only take
2735-
positional arguments for the actual logging message itself, with keyword
2735+
positional arguments for the logging message itself, with keyword
27362736
arguments used only for determining options for how to handle the logging call
27372737
(e.g. the ``exc_info`` keyword argument to indicate that traceback information
27382738
should be logged, or the ``extra`` keyword argument to indicate additional

0 commit comments

Comments
 (0)