[Python-checkins] r63976 - python/trunk/Doc/library/logging.rst

georg.brandl python-checkins at python.org
Fri Jun 6 09:34:50 CEST 2008


Author: georg.brandl
Date: Fri Jun  6 09:34:50 2008
New Revision: 63976

Log:
Markup fix.


Modified:
   python/trunk/Doc/library/logging.rst

Modified: python/trunk/Doc/library/logging.rst
==============================================================================
--- python/trunk/Doc/library/logging.rst	(original)
+++ python/trunk/Doc/library/logging.rst	Fri Jun  6 09:34:50 2008
@@ -1653,7 +1653,7 @@
    *interval*.
 
    You can use the *when* to specify the type of *interval*. The list of possible
-   values is below.  Note that they are not case sensitive. :
+   values is below.  Note that they are not case sensitive.
 
    +----------------+-----------------------+
    | Value          | Type of interval      |
@@ -1675,7 +1675,7 @@
    The extensions are date-and-time based, using the strftime format
    ``%Y-%m-%d_%H-%M-%S`` or a leading portion thereof, depending on the
    rollover interval. 
-   If the 'utc' argument was true, times in UTC will be used; otherwise
+   If the *utc* argument is true, times in UTC will be used; otherwise
    local time is used.
 
    If *backupCount* is nonzero, at most *backupCount* files


More information about the Python-checkins mailing list