]> granicus.if.org Git - python/commitdiff
add omitted markup
authorFred Drake <fdrake@acm.org>
Thu, 1 Jul 2004 14:26:31 +0000 (14:26 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 1 Jul 2004 14:26:31 +0000 (14:26 +0000)
Doc/tut/tut.tex

index 0dcac579cb784a82748f8ec25a6deb2033ab432c..9e705bcb4e4f6b456a8fb0b416e887cb48b6fd31 100644 (file)
@@ -4935,8 +4935,9 @@ This produces the following output:
 By default, informational and debugging messages are suppressed and the
 output is sent to standard error.  Other output options include routing
 messages through email, datagrams, sockets, or to an HTTP Server.  New
-filters can select different routing based on message priority:  DEBUG,
-INFO, WARNING, ERROR, and CRITICAL.
+filters can select different routing based on message priority:
+\constant{DEBUG}, \constant{INFO}, \constant{WARNING}, \constant{ERROR},
+and \constant{CRITICAL}.
 
 The logging system can be configured directly from Python or can be
 loaded from a user editable configuration file for customized logging