mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix a minor grammar issue in the logging cookbook (GH-3136)
This commit is contained in:
parent
92b1f90143
commit
a3110a0133
1 changed files with 1 additions and 1 deletions
|
@ -1055,7 +1055,7 @@ to indicate additional contextual information to be added to the log). So
|
|||
you cannot directly make logging calls using :meth:`str.format` or
|
||||
:class:`string.Template` syntax, because internally the logging package
|
||||
uses %-formatting to merge the format string and the variable arguments.
|
||||
There would no changing this while preserving backward compatibility, since
|
||||
There would be no changing this while preserving backward compatibility, since
|
||||
all logging calls which are out there in existing code will be using %-format
|
||||
strings.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue