From: Vinay Sajip Date: Fri, 8 Apr 2011 00:34:20 +0000 (+0100) Subject: Normalised whitespace. X-Git-Tag: v3.2.1b1~164 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77f8d2962cb322b6ff581244b3fc3af82ebfec4c;p=thirdparty%2FPython%2Fcpython.git Normalised whitespace. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index b94951df1727..32f762d5068f 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.