From: Vinay Sajip Date: Wed, 29 Aug 2012 13:25:42 +0000 (+0100) Subject: Closes #15807: Removed incorrect directive from help. X-Git-Tag: v2.7.4rc1~604 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d212e6ee5fc6efbac818dee92baad1773e9c3c2;p=thirdparty%2FPython%2Fcpython.git Closes #15807: Removed incorrect directive from help. --- diff --git a/Doc/library/logging.handlers.rst b/Doc/library/logging.handlers.rst index 1d9b13df3e87..3d05400603dc 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.