summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-04-08 00:35:04 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-04-08 00:35:04 (GMT)
commitd35d64b54cf65c1302138aed3462b1ae8b961d8a (patch)
treef81bb9a6ddd4606f717543fb59209db3e8d38533
parentbfd463c57ddbb3e94ee896cb10d8f57c0a1f8042 (diff)
parent77f8d2962cb322b6ff581244b3fc3af82ebfec4c (diff)
downloadcpython-d35d64b54cf65c1302138aed3462b1ae8b961d8a.zip
cpython-d35d64b54cf65c1302138aed3462b1ae8b961d8a.tar.gz
cpython-d35d64b54cf65c1302138aed3462b1ae8b961d8a.tar.bz2
Merged whitespace fix.
-rw-r--r--Doc/library/logging.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index b94951d..32f762d 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -415,7 +415,7 @@ The useful mapping keys in a :class:`LogRecord` are given in the section on
The *style* parameter can be one of '%', '{' or '$' and determines how
the format string will be merged with its data: using one of %-formatting,
- :meth:`str.format` or :class:`string.Template`.
+ :meth:`str.format` or :class:`string.Template`.
.. versionchanged:: 3.2
The *style* parameter was added.