@@ -37,7 +37,7 @@ class Country(object):
3737 ``country``. For instance, the country represented by an
3838 overseas military base or embassy.
3939 :ivar traits: :py:class:`geoip2.records.Traits` object representing
40- the traits for the request IP address.
40+ the traits for the requested IP address.
4141
4242 """
4343 def __init__ (self , raw_response , languages = None ):
@@ -91,7 +91,7 @@ class City(Country):
9191 ``country``. For instance, the country represented by an
9292 overseas military base or embassy.
9393 :ivar traits: :py:class:`geoip2.records.Traits` object representing
94- the traits for the request IP address.
94+ the traits for the requested IP address.
9595
9696"""
9797 def __init__ (self , raw_response , languages = None ):
@@ -133,7 +133,7 @@ class CityISPOrg(City):
133133 ``country``. For instance, the country represented by an
134134 overseas military base or embassy.
135135 :ivar traits: :py:class:`geoip2.records.Traits` object representing
136- the traits for the request IP address.
136+ the traits for the requested IP address.
137137
138138 """
139139
@@ -164,6 +164,6 @@ class Omni(CityISPOrg):
164164 ``country``. For instance, the country represented by an
165165 overseas military base or embassy.
166166 :ivar traits: :py:class:`geoip2.records.Traits` object representing
167- the traits for the request IP address.
167+ the traits for the requested IP address.
168168
169169 """
0 commit comments