From 5116704ec5f12e68835bc0280bb8547eb457a5c7 Mon Sep 17 00:00:00 2001 From: Meador Inge Date: Fri, 20 Jul 2012 19:50:41 -0500 Subject: Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation. --- Doc/library/urllib.request.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/urllib.request.rst b/Doc/library/urllib.request.rst index 887e737..898fe71 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 -- cgit v0.12