From 3d212e6ee5fc6efbac818dee92baad1773e9c3c2 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Wed, 29 Aug 2012 14:25:42 +0100 Subject: Closes #15807: Removed incorrect directive from help. --- Doc/library/logging.handlers.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 1d9b13d..3d05400 100644 --- a/Doc/library/logging.handlers.rst +++ b/Doc/library/logging.handlers.rst @@ -698,9 +698,6 @@ should, then :meth:`flush` is expected to do the flushing. .. method:: setTarget(target) - .. versionchanged:: 2.6 - *credentials* was added. - Sets the target handler for this handler. -- cgit v0.12