Skip to content

Commit

Permalink
Fix a minor grammar issue in the logging cookbook (pythonGH-3136)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored Aug 18, 2017
1 parent 92b1f90 commit a3110a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/howto/logging-cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit a3110a0

Please sign in to comment.