From: Meador Inge Date: Sat, 21 Jul 2012 00:50:41 +0000 (-0500) Subject: Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation. X-Git-Tag: v3.3.0b2~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5116704ec5f12e68835bc0280bb8547eb457a5c7;p=python Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation. --- diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 887e737963..898fe71749 100644 --- a/Doc/library/urllib.request.rst +++ b/Doc/library/urllib.request.rst @@ -537,7 +537,7 @@ request. Return whether the request is unverifiable, as defined by RFC 2965. See the documentation for the :class:`Request` constructor. Deprecated in 3.3, use - :attr:`Request.is_unverifiable`. + :attr:`Request.unverifiable`. .. deprecated:: 3.3