commit | 8ca036d4716fc86ff42474ba35d3cd32f0188a15 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Fri Jan 19 00:16:13 2018 +0000 |
committer | Mariatta <Mariatta@users.noreply.github.com> | Thu Jan 18 16:16:13 2018 -0800 |
tree | 1129d407fb13e32374694a15bc7e53f7279d10fb | |
parent | b1a52b11673f6fd29b357852977282c8b41cfb7d [diff] |
bpo-32586: Fix code example in urllib2's doc (GH-5238) It should be `urllib2.URLError` instead of just `URLError`.