@@ -31,7 +31,7 @@ class Country(object):
3131 :ivar represented_country: :py:class:`geoip2.records.RepresentedCountry`
3232 object containing details about the country represented by the users
3333 of the IP address when that country is different than the country in
34- ``county ``. For instance, the country represented by an
34+ ``country ``. For instance, the country represented by an
3535 overseas military base or embassy.
3636 :ivar traits: :py:class:`geoip2.records.Traits` object representing
3737 the traits for the request IP address.
@@ -80,7 +80,7 @@ class City(Country):
8080 :ivar represented_country: :py:class:`geoip2.records.RepresentedCountry`
8181 object containing details about the country represented by the users
8282 of the IP address when that country is different than the country in
83- ``county ``. For instance, the country represented by an
83+ ``country ``. For instance, the country represented by an
8484 overseas military base or embassy.
8585 :ivar traits: :py:class:`geoip2.records.Traits` object representing
8686 the traits for the request IP address.
@@ -120,7 +120,7 @@ class CityISPOrg(City):
120120 :ivar represented_country: :py:class:`geoip2.records.RepresentedCountry`
121121 object containing details about the country represented by the users
122122 of the IP address when that country is different than the country in
123- ``county ``. For instance, the country represented by an
123+ ``country ``. For instance, the country represented by an
124124 overseas military base or embassy.
125125 :ivar traits: :py:class:`geoip2.records.Traits` object representing
126126 the traits for the request IP address.
@@ -149,7 +149,7 @@ class Omni(CityISPOrg):
149149 :ivar represented_country: :py:class:`geoip2.records.RepresentedCountry`
150150 object containing details about the country represented by the users
151151 of the IP address when that country is different than the country in
152- ``county ``. For instance, the country represented by an
152+ ``country ``. For instance, the country represented by an
153153 overseas military base or embassy.
154154 :ivar traits: :py:class:`geoip2.records.Traits` object representing
155155 the traits for the request IP address.
0 commit comments