gh-134817: Restore accidentally deleted line in documentation. (GH-141013)

This commit is contained in:
Vinay Sajip 2025-11-04 18:29:44 +00:00 committed by GitHub
parent 8a7dbb7a68
commit 66c86c6563
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -463,6 +463,7 @@ timed intervals.
.. method:: getFilesToDelete() .. method:: getFilesToDelete()
Returns a list of filenames which should be deleted as part of rollover. These Returns a list of filenames which should be deleted as part of rollover. These
are the absolute paths of the oldest backup log files written by the handler.
.. method:: shouldRollover(record) .. method:: shouldRollover(record)