From: Vinay Sajip Date: Tue, 18 May 2010 08:16:27 +0000 (+0000) Subject: Fixed minor typo in ReST markup. X-Git-Tag: v2.7rc1~134 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a38cd52e96ace78b789747798c1535354d161fab;p=python Fixed minor typo in ReST markup. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 546ab219ca..f72e1c7291 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -333,7 +333,7 @@ Programmers can configure logging in three ways: to the :func:`dictConfig` function. The following example configures a very simple logger, a console -handler, and a simple formatter using Python code: +handler, and a simple formatter using Python code:: import logging