]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Normalised whitespace.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 8 Apr 2011 00:34:20 +0000 (01:34 +0100)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 8 Apr 2011 00:34:20 +0000 (01:34 +0100)
Doc/library/logging.rst

index b94951df1727b6876cf235196d87d895b52a6a5e..32f762d5068fbcf190a0f5b12fb995ecce068ce7 100644 (file)
@@ -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.