summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-04-08 00:34:20 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-04-08 00:34:20 (GMT)
commit77f8d2962cb322b6ff581244b3fc3af82ebfec4c (patch)
tree672925faaa8d4940b63944f153c7f752b0673294 /Doc
parentc46102c98a6866a76a448e504b25a2814a234dd8 (diff)
downloadcpython-77f8d2962cb322b6ff581244b3fc3af82ebfec4c.zip
cpython-77f8d2962cb322b6ff581244b3fc3af82ebfec4c.tar.gz
cpython-77f8d2962cb322b6ff581244b3fc3af82ebfec4c.tar.bz2
Normalised whitespace.
Diffstat (limited to 'Doc')
-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.