From a38cd52e96ace78b789747798c1535354d161fab Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Tue, 18 May 2010 08:16:27 +0000 Subject: [PATCH] Fixed minor typo in ReST markup. --- Doc/library/logging.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index 546ab219ca4..f72e1c7291c 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