projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92b1f90
)
Fix a minor grammar issue in the logging cookbook (GH-3136)
author
Brett Cannon
<brettcannon@users.noreply.github.com>
Fri, 18 Aug 2017 17:00:31 +0000
(10:00 -0700)
committer
GitHub
<noreply@github.com>
Fri, 18 Aug 2017 17:00:31 +0000
(10:00 -0700)
Doc/howto/logging-cookbook.rst
patch
|
blob
|
history
diff --git
a/Doc/howto/logging-cookbook.rst
b/Doc/howto/logging-cookbook.rst
index 6498ea56957719249e9632a91abc47e06df2c0c5..24cf76b8ba4fc9346589060431edf9dfd8f9f25c 100644
(file)
--- a/
Doc/howto/logging-cookbook.rst
+++ b/
Doc/howto/logging-cookbook.rst
@@
-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.