Skip to content

Commit 34b3e82

Browse files
committed
Doc fixes
1 parent f81206e commit 34b3e82

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

geoip2/errors.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ class GeoIP2WebServiceError(GeoIP2HTTPError):
3535
This class represents an error returned by MaxMind's GeoIP2 Precision
3636
web service. It extends :py:exc:`GeoIP2HTTPError`.
3737
38+
:ivar code: The code returned by the MaxMind web service
3839
:ivar http_status: The HTTP status code returned
3940
:ivar uri: The URI queried
41+
4042
"""
4143
def __init__(self, message, code=None, http_status=None, uri=None):
4244
super(GeoIP2WebServiceError, self).__init__(message, http_status, uri)

geoip2/records.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ class Traits(Record):
225225
* cellular
226226
* college
227227
* content_delivery_network
228+
* dialup
228229
* government
229230
* hosting
230231
* library

0 commit comments

Comments
 (0)