]> granicus.if.org Git - python/commitdiff
Fixed minor typo in ReST markup.
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 18 May 2010 08:16:27 +0000 (08:16 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Tue, 18 May 2010 08:16:27 +0000 (08:16 +0000)
Doc/library/logging.rst

index 546ab219ca4c49c25b586c52480d9048912731b9..f72e1c7291ce0e64a2c93e6648cd42eb93830f35 100644 (file)
@@ -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