Skip to content

Commit a3110a0

Browse files
authored
Fix a minor grammar issue in the logging cookbook (GH-3136)
1 parent 92b1f90 commit a3110a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/logging-cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@ to indicate additional contextual information to be added to the log). So
10551055
you cannot directly make logging calls using :meth:`str.format` or
10561056
:class:`string.Template` syntax, because internally the logging package
10571057
uses %-formatting to merge the format string and the variable arguments.
1058-
There would no changing this while preserving backward compatibility, since
1058+
There would be no changing this while preserving backward compatibility, since
10591059
all logging calls which are out there in existing code will be using %-format
10601060
strings.
10611061

0 commit comments

Comments
 (0)