[Python-checkins] cpython (3.2): Normalised whitespace.

vinay.sajip python-checkins at python.org
Fri Apr 8 02:35:17 CEST 2011


http://hg.python.org/cpython/rev/4995dfe308e7
changeset:   69196:4995dfe308e7
branch:      3.2
parent:      69194:c760390165dc
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Fri Apr 08 01:34:20 2011 +0100
summary:
  Normalised whitespace.

files:
  Doc/library/logging.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -415,7 +415,7 @@
 
    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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list