Normalised whitespace.
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index b94951d..32f762d 100644
--- 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.