[Python-checkins] cpython (merge 3.2 -> default): Merged whitespace fix.

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


http://hg.python.org/cpython/rev/664e065ed3cd
changeset:   69197:664e065ed3cd
parent:      69195:93f6ffe53b99
parent:      69196:4995dfe308e7
user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
date:        Fri Apr 08 01:35:04 2011 +0100
summary:
  Merged whitespace fix.

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