Skip to content

Commit d6df4b5

Browse files
committed
s/region/subdivisions/
1 parent 12dfcf5 commit d6df4b5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

geoip2/models.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ class City(Country):
7979
representing country data for the requested IP address.
8080
:ivar maxmind: :py:class:`geoip2.records.MaxMind` object with
8181
information related to your MaxMind account.
82-
:ivar region: :py:class:`geoip2.records.Region` object representing
83-
country data for the requested IP address.
82+
:ivar subdivisions: :py:class:`geoip2.records.Subdivisions` object representing
83+
country subdivisions for the requested IP address.
8484
:ivar registered_country: :py:class:`geoip2.records.Country` object
8585
representing the registered country data for the requested IP address.
8686
This record represents the country where the ISP has registered a given
@@ -121,8 +121,8 @@ class CityISPOrg(City):
121121
representing country data for the requested IP address.
122122
:ivar maxmind: :py:class:`geoip2.records.MaxMind` object with
123123
information related to your MaxMind account.
124-
:ivar region: :py:class:`geoip2.records.Region` object representing
125-
country data for the requested IP address.
124+
:ivar subdivisions: :py:class:`geoip2.records.Subdivisions` object representing
125+
country subdivisions for the requested IP address.
126126
:ivar registered_country: :py:class`geoip2.records.Country` object
127127
representing the registered country data for the requested IP address.
128128
This record represents the country where the ISP has registered a given
@@ -152,8 +152,8 @@ class Omni(CityISPOrg):
152152
representing country data for the requested IP address.
153153
:ivar maxmind: :py:class:`geoip2.records.MaxMind` object with
154154
information related to your MaxMind account.
155-
:ivar region: :py:class:`geoip2.records.Region` object representing
156-
country data for the requested IP address.
155+
:ivar subdivisions: :py:class:`geoip2.records.Subdivisions` object representing
156+
country subdivisions for the requested IP address.
157157
:ivar registered_country: :py:class:`geoip2.records.Country` object
158158
representing the registered country data for the requested IP address.
159159
This record represents the country where the ISP has registered a given

0 commit comments

Comments
 (0)