]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32586: Fix code example in urllib2's doc (GH-5238)
authorPablo Galindo <Pablogsal@gmail.com>
Fri, 19 Jan 2018 00:16:13 +0000 (00:16 +0000)
committerMariatta <Mariatta@users.noreply.github.com>
Fri, 19 Jan 2018 00:16:13 +0000 (16:16 -0800)
commit8ca036d4716fc86ff42474ba35d3cd32f0188a15
tree1129d407fb13e32374694a15bc7e53f7279d10fb
parentb1a52b11673f6fd29b357852977282c8b41cfb7d
bpo-32586: Fix code example in urllib2's doc  (GH-5238)

It should be `urllib2.URLError` instead of just `URLError`.
Doc/howto/urllib2.rst