bitly / bitly-api-python

python library to the bitly api
http://github.com/bitly/bitly-api-python
Other
244 stars 92 forks source link

bitly_http.py URLError misspelled #5

Closed scyclops closed 12 years ago

scyclops commented 13 years ago

except urllib2.UrlError, e:

should be

except urllib2.URLError, e:

jehiah commented 12 years ago

closed by #6