diff options
author | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:45:00 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2015-10-10 10:45:00 (GMT) |
commit | 430f657c67f21be03dce8bcfc4ae163c97b04a8d (patch) | |
tree | 65d8e5158f1e6bd4fdd0f48a6429629b10b413c9 /Doc/library/logging.handlers.rst | |
parent | a6d5038226e596d9a3f96c6db566a3152ea3bef5 (diff) | |
parent | 84835ab1cb2a8ccfeeb4474d39130d972a3c563d (diff) | |
download | cpython-430f657c67f21be03dce8bcfc4ae163c97b04a8d.zip cpython-430f657c67f21be03dce8bcfc4ae163c97b04a8d.tar.gz cpython-430f657c67f21be03dce8bcfc4ae163c97b04a8d.tar.bz2 |
Issue #25161: Merge full stops from 3.5
Diffstat (limited to 'Doc/library/logging.handlers.rst')
-rw-r--r-- | Doc/library/logging.handlers.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index c830efd..446a070 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -238,7 +238,7 @@ need to override. renamed to the destination. :param source: The source filename. This is normally the base - filename, e.g. 'test.log' + filename, e.g. 'test.log'. :param dest: The destination filename. This is normally what the source is rotated to, e.g. 'test.log.1'. |