commit | 5df091a91e1989f79b5684a63c19e3ddabdc2476 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sun Nov 06 22:37:17 2011 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Sun Nov 06 22:37:17 2011 +0000 |
tree | ee3d3bbdb52f1c8c5aa7210c74f647975bac1eab | |
parent | 3b9d92aefef17ee528e4bfa0f7e87dc61e4a0da6 [diff] |
Closes issue #13353: version doumentation about utc parameter corrected.
diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 1a14499..c944454 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst
@@ -262,10 +262,7 @@ :meth:`emit`. .. versionchanged:: 2.6 - *delay* was added. - - .. versionchanged:: 2.7 - *utc* was added. + *delay* and *utc* were added. .. method:: doRollover()