From e0dd21b8927280ff61b637c355afab36286a5e7d Mon Sep 17 00:00:00 2001 From: Yuki Date: Thu, 31 Aug 2023 01:17:49 +0000 Subject: [PATCH] Remove extra punctuation --- Doc/howto/urllib2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index 86137fb38c9b93..83241f405bfd05 100644 --- a/Doc/howto/urllib2.rst +++ b/Doc/howto/urllib2.rst @@ -393,7 +393,7 @@ info and geturl The response returned by urlopen (or the :exc:`HTTPError` instance) has two useful methods :meth:`info` and :meth:`geturl` and is defined in the module -:mod:`urllib.response`.. +:mod:`urllib.response`. **geturl** - this returns the real URL of the page fetched. This is useful because ``urlopen`` (or the opener object used) may have followed a