]> granicus.if.org Git - python/commitdiff
Fix markup errors.
authorGeorg Brandl <georg@python.org>
Tue, 28 Feb 2012 07:21:40 +0000 (08:21 +0100)
committerGeorg Brandl <georg@python.org>
Tue, 28 Feb 2012 07:21:40 +0000 (08:21 +0100)
Doc/howto/logging-cookbook.rst

index a17d6a364754b57be39d9e8813fdf30a29302523..6f8a693650e3256eefb4b8539e9608b3508eeddc 100644 (file)
@@ -1094,7 +1094,7 @@ call to one of the XXXMessage classes.
 
 .. currentmodule:: logging
 
-.. custom-logrecord:
+.. _custom-logrecord:
 
 Customising ``LogRecord``
 -------------------------
@@ -1134,9 +1134,7 @@ The second approach works reasonably well for many cases, but does not allow
 you to e.g. use a specialized subclass of :class:`LogRecord`. Library
 developers can set a suitable filter on their loggers, but they would have to
 remember to do this every time they introduced a new logger (which they would
-do simply by adding new packages or modules and doing
-
-.. code-block:: python
+do simply by adding new packages or modules and doing ::
 
    logger = logging.getLogger(__name__)