Skip to content

Commit b75d57c

Browse files
committed
s/located in/located/
1 parent cd5c82a commit b75d57c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

geoip2/models.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class Country(object):
2424
representing continent data for the requested IP address.
2525
:ivar country: :py:class:`geoip2.records.Country` object representing
2626
country data for the requested IP address. This record represents the
27-
country where MaxMind believes the IP is located in.
27+
country where MaxMind believes the IP is located.
2828
:ivar maxmind: :py:class:`geoip2.records.MaxMind` object with
2929
information related to your MaxMind account.
3030
:ivar registered_country: :py:class:`geoip2.records.Country` object
@@ -74,7 +74,7 @@ class City(Country):
7474
representing continent data for the requested IP address.
7575
:ivar country: :py:class:`geoip2.records.Country` object representing
7676
country data for the requested IP address. This record represents the
77-
country where MaxMind believes the IP is located in.
77+
country where MaxMind believes the IP is located.
7878
:ivar location: :py:class:`geoip2.records.Location` object
7979
representing country data for the requested IP address.
8080
:ivar maxmind: :py:class:`geoip2.records.MaxMind` object with
@@ -116,7 +116,7 @@ class CityISPOrg(City):
116116
representing continent data for the requested IP address.
117117
:ivar country: :py:class:`geoip2.records.Country` object representing
118118
country data for the requested IP address. This record represents the
119-
country where MaxMind believes the IP is located in.
119+
country where MaxMind believes the IP is located.
120120
:ivar location: :py:class:`geoip2.records.Location` object
121121
representing country data for the requested IP address.
122122
:ivar maxmind: :py:class:`geoip2.records.MaxMind` object with
@@ -147,7 +147,7 @@ class Omni(CityISPOrg):
147147
representing continent data for the requested IP address.
148148
:ivar country: :py:class:`geoip2.records.Country` object representing
149149
country data for the requested IP address. This record represents the
150-
country where MaxMind believes the IP is located in.
150+
country where MaxMind believes the IP is located.
151151
:ivar location: :py:class:`geoip2.records.Location` object
152152
representing country data for the requested IP address.
153153
:ivar maxmind: :py:class:`geoip2.records.MaxMind` object with

0 commit comments

Comments
 (0)