From: Georg Brandl Date: Fri, 6 Jun 2008 07:34:50 +0000 (+0000) Subject: Markup fix. X-Git-Tag: v2.6b1~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d77554fe8c788f8ef74581c18788cd92867e95c1;p=thirdparty%2FPython%2Fcpython.git Markup fix. --- diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index b1eeda720cbe..37f5b555deb7 100644 --- a/Doc/library/logging.rst +++ b/Doc/library/logging.rst @@ -1653,7 +1653,7 @@ timed intervals. *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 @@ timed intervals. 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