@@ -76,7 +76,7 @@ class City(PlaceRecord):
7676 The name of the city based on the locales list passed to the
7777 constructor.
7878
79- :type: unicode
79+ :type: str
8080
8181 .. attribute:: names
8282
@@ -117,7 +117,7 @@ class Continent(PlaceRecord):
117117 A two character continent code like "NA" (North America)
118118 or "OC" (Oceania).
119119
120- :type: unicode
120+ :type: str
121121
122122 .. attribute:: geoname_id
123123
@@ -130,7 +130,7 @@ class Continent(PlaceRecord):
130130 Returns the name of the continent based on the locales list passed to
131131 the constructor.
132132
133- :type: unicode
133+ :type: str
134134
135135 .. attribute:: names
136136
@@ -191,14 +191,14 @@ class Country(PlaceRecord):
191191 <http://en.wikipedia.org/wiki/ISO_3166-1>`_ alpha code for the
192192 country.
193193
194- :type: unicode
194+ :type: str
195195
196196 .. attribute:: name
197197
198198 The name of the country based on the locales list passed to the
199199 constructor.
200200
201- :type: unicode
201+ :type: str
202202
203203 .. attribute:: names
204204
@@ -266,14 +266,14 @@ class RepresentedCountry(Country):
266266 The two-character `ISO 3166-1
267267 <http://en.wikipedia.org/wiki/ISO_3166-1>`_ alpha code for the country.
268268
269- :type: unicode
269+ :type: str
270270
271271 .. attribute:: name
272272
273273 The name of the country based on the locales list passed to the
274274 constructor.
275275
276- :type: unicode
276+ :type: str
277277
278278 .. attribute:: names
279279
@@ -289,7 +289,7 @@ class RepresentedCountry(Country):
289289 country. Currently we only return ``military`` but this could expand to
290290 include other types in the future.
291291
292- :type: unicode
292+ :type: str
293293
294294 """
295295
@@ -376,7 +376,7 @@ class Location(Record):
376376 Zone Database <http://www.iana.org/time-zones>`_, e.g.,
377377 "America/New_York".
378378
379- :type: unicode
379+ :type: str
380380
381381 """
382382
@@ -443,7 +443,7 @@ class Postal(Record):
443443 codes are not available for all countries. In some countries, this will
444444 only contain part of the postal code.
445445
446- :type: unicode
446+ :type: str
447447
448448 .. attribute:: confidence
449449
@@ -496,14 +496,14 @@ class Subdivision(PlaceRecord):
496496 contain the subdivision portion of the `ISO 3166-2 code
497497 <http://en.wikipedia.org/wiki/ISO_3166-2>`_.
498498
499- :type: unicode
499+ :type: str
500500
501501 .. attribute:: name
502502
503503 The name of the subdivision based on the locales list passed to the
504504 constructor.
505505
506- :type: unicode
506+ :type: str
507507
508508 .. attribute:: names
509509
@@ -598,7 +598,7 @@ class Traits(Record):
598598 the IP address. This attribute is only available from the City and
599599 Insights web service end points and the GeoIP2 Enterprise database.
600600
601- :type: unicode
601+ :type: str
602602
603603 .. attribute:: connection_type
604604
@@ -613,7 +613,7 @@ class Traits(Record):
613613
614614 This attribute is only available in the GeoIP2 Enterprise database.
615615
616- :type: unicode
616+ :type: str
617617
618618 .. attribute:: domain
619619
@@ -623,7 +623,7 @@ class Traits(Record):
623623 from the City and Insights web service end points and the GeoIP2
624624 Enterprise database.
625625
626- :type: unicode
626+ :type: str
627627
628628 .. attribute:: ip_address
629629
@@ -633,7 +633,7 @@ class Traits(Record):
633633 running on. If the system is behind a NAT, this may differ from the IP
634634 address locally assigned to it.
635635
636- :type: unicode
636+ :type: str
637637
638638 .. attribute:: is_anonymous
639639
@@ -724,7 +724,7 @@ class Traits(Record):
724724 only available from the City and Insights web service end points and the
725725 GeoIP2 Enterprise database.
726726
727- :type: unicode
727+ :type: str
728728
729729 .. attribute: mobile_country_code
730730
@@ -758,7 +758,7 @@ class Traits(Record):
758758 attribute is only available from the City and Insights web service end
759759 points and the GeoIP2 Enterprise database.
760760
761- :type: unicode
761+ :type: str
762762
763763 .. attribute:: static_ip_score
764764
@@ -807,7 +807,7 @@ class Traits(Record):
807807 This attribute is only available from the Insights end point and the
808808 GeoIP2 Enterprise database.
809809
810- :type: unicode
810+ :type: str
811811
812812 """
813813
0 commit comments