diff options
-rw-r--r-- | Doc/library/urllib.request.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |