]> granicus.if.org Git - python/commitdiff
Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation.
authorMeador Inge <meadori@gmail.com>
Sat, 21 Jul 2012 00:50:41 +0000 (19:50 -0500)
committerMeador Inge <meadori@gmail.com>
Sat, 21 Jul 2012 00:50:41 +0000 (19:50 -0500)
Doc/library/urllib.request.rst

index 887e7379636500b107f67b8261406449cdf50bb0..898fe71749381d7098659f609829912ff6088dce 100644 (file)
@@ -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