We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92b1f90 commit a3110a0Copy full SHA for a3110a0
Doc/howto/logging-cookbook.rst
@@ -1055,7 +1055,7 @@ to indicate additional contextual information to be added to the log). So
1055
you cannot directly make logging calls using :meth:`str.format` or
1056
:class:`string.Template` syntax, because internally the logging package
1057
uses %-formatting to merge the format string and the variable arguments.
1058
-There would no changing this while preserving backward compatibility, since
+There would be no changing this while preserving backward compatibility, since
1059
all logging calls which are out there in existing code will be using %-format
1060
strings.
1061
0 commit comments