Commit 72780a4b authored by Georg Brandl's avatar Georg Brandl

Make clear that the constants are strings.

parent 11ab807f
...@@ -1651,21 +1651,21 @@ timed intervals. ...@@ -1651,21 +1651,21 @@ timed intervals.
You can use the *when* to specify the type of *interval*. The list of possible You can use the *when* to specify the type of *interval*. The list of possible
values is, note that they are not case sensitive: values is, note that they are not case sensitive:
+----------+-----------------------+ +----------------+-----------------------+
| Value | Type of interval | | Value | Type of interval |
+==========+=======================+ +================+=======================+
| S | Seconds | | ``'S'`` | Seconds |
+----------+-----------------------+ +----------------+-----------------------+
| M | Minutes | | ``'M'`` | Minutes |
+----------+-----------------------+ +----------------+-----------------------+
| H | Hours | | ``'H'`` | Hours |
+----------+-----------------------+ +----------------+-----------------------+
| D | Days | | ``'D'`` | Days |
+----------+-----------------------+ +----------------+-----------------------+
| W | Week day (0=Monday) | | ``'W'`` | Week day (0=Monday) |
+----------+-----------------------+ +----------------+-----------------------+
| midnight | Roll over at midnight | | ``'midnight'`` | Roll over at midnight |
+----------+-----------------------+ +----------------+-----------------------+
If *backupCount* is non-zero, the system will save old log files by appending If *backupCount* is non-zero, the system will save old log files by appending
extensions to the filename. The extensions are date-and-time based, using the extensions to the filename. The extensions are date-and-time based, using the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment