Merged whitespace fix.

This commit is contained in:
Vinay Sajip 2011-04-08 01:35:04 +01:00
commit d35d64b54c

View 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.