Issue #15410: Fix the urllib.request.Request.is_unverifiable deprecation documentation.

This commit is contained in:
Meador Inge 2012-07-20 19:50:41 -05:00
parent da1ffbc4ee
commit 5116704ec5

View 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