diff options
author | Georg Brandl <georg@python.org> | 2008-06-06 07:34:50 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-06-06 07:34:50 (GMT) |
commit | d77554fe8c788f8ef74581c18788cd92867e95c1 (patch) | |
tree | 5faffdd27962b47e3df1986c7bda01ea4f1bab24 | |
parent | 2a3e3d04464bc90f1057ea93c626ef2850d940b6 (diff) | |
download | cpython-d77554fe8c788f8ef74581c18788cd92867e95c1.zip cpython-d77554fe8c788f8ef74581c18788cd92867e95c1.tar.gz cpython-d77554fe8c788f8ef74581c18788cd92867e95c1.tar.bz2 |
Markup fix.
-rw-r--r-- | Doc/library/logging.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst index b1eeda7..37f5b55 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 |