@@ -61,7 +61,7 @@ class City(PlaceRecord):
6161
6262 A value from 0-100 indicating MaxMind's
6363 confidence that the city is correct. This attribute is only available
64- from the Insights end point and the GeoIP2 Enterprise database.
64+ from the Insights end point and the Enterprise database.
6565
6666 :type: int
6767
@@ -169,7 +169,7 @@ class Country(PlaceRecord):
169169
170170 A value from 0-100 indicating MaxMind's confidence that
171171 the country is correct. This attribute is only available from the
172- Insights end point and the GeoIP2 Enterprise database.
172+ Insights end point and the Enterprise database.
173173
174174 :type: int
175175
@@ -245,7 +245,7 @@ class RepresentedCountry(Country):
245245
246246 A value from 0-100 indicating MaxMind's confidence that
247247 the country is correct. This attribute is only available from the
248- Insights end point and the GeoIP2 Enterprise database.
248+ Insights end point and the Enterprise database.
249249
250250 :type: int
251251
@@ -449,8 +449,7 @@ class Postal(Record):
449449
450450 A value from 0-100 indicating
451451 MaxMind's confidence that the postal code is correct. This attribute is
452- only available from the Insights end point and the GeoIP2 Enterprise
453- database.
452+ only available from the Insights end point and the Enterprise database.
454453
455454 :type: int
456455
@@ -479,8 +478,7 @@ class Subdivision(PlaceRecord):
479478
480479 This is a value from 0-100 indicating MaxMind's
481480 confidence that the subdivision is correct. This attribute is only
482- available from the Insights end point and the GeoIP2 Enterprise
483- database.
481+ available from the Insights end point and the Enterprise database.
484482
485483 :type: int
486484
@@ -586,17 +584,16 @@ class Traits(Record):
586584 The `autonomous system
587585 number <http://en.wikipedia.org/wiki/Autonomous_system_(Internet)>`_
588586 associated with the IP address. This attribute is only available from
589- the City and Insights web service end points and the GeoIP2 Enterprise
590- database.
587+ the City Plus and Insights web services and the Enterprise database.
591588
592589 :type: int
593590
594591 .. attribute:: autonomous_system_organization
595592
596593 The organization associated with the registered `autonomous system
597594 number <http://en.wikipedia.org/wiki/Autonomous_system_(Internet)>`_ for
598- the IP address. This attribute is only available from the City and
599- Insights web service end points and the GeoIP2 Enterprise database.
595+ the IP address. This attribute is only available from the City Plus and
596+ Insights web service end points and the Enterprise database.
600597
601598 :type: str
602599
@@ -611,7 +608,7 @@ class Traits(Record):
611608
612609 Additional values may be added in the future.
613610
614- This attribute is only available in the GeoIP2 Enterprise database.
611+ This attribute is only available in the Enterprise database.
615612
616613 :type: str
617614
@@ -620,7 +617,7 @@ class Traits(Record):
620617 The second level domain associated with the
621618 IP address. This will be something like "example.com" or
622619 "example.co.uk", not "foo.example.com". This attribute is only available
623- from the City and Insights web service end points and the GeoIP2
620+ from the City Plus and Insights web service end points and the
624621 Enterprise database.
625622
626623 :type: str
@@ -638,7 +635,7 @@ class Traits(Record):
638635 .. attribute:: is_anonymous
639636
640637 This is true if the IP address belongs to any sort of anonymous network.
641- This attribute is only available from GeoIP2 Precision Insights.
638+ This attribute is only available from Insights.
642639
643640 :type: bool
644641
@@ -662,38 +659,38 @@ class Traits(Record):
662659 them, we will likely only flag their IP ranges using the
663660 ``is_hosting_provider`` attribute.
664661
665- This attribute is only available from GeoIP2 Precision Insights.
662+ This attribute is only available from Insights.
666663
667664 :type: bool
668665
669666 .. attribute:: is_hosting_provider
670667
671668 This is true if the IP address belongs to a hosting or VPN provider
672669 (see description of ``is_anonymous_vpn`` attribute).
673- This attribute is only available from GeoIP2 Precision Insights.
670+ This attribute is only available from Insights.
674671
675672 :type: bool
676673
677674 .. attribute:: is_legitimate_proxy
678675
679676 This attribute is true if MaxMind believes this IP address to be a
680677 legitimate proxy, such as an internal VPN used by a corporation. This
681- attribute is only available in the GeoIP2 Enterprise database.
678+ attribute is only available in the Enterprise database.
682679
683680 :type: bool
684681
685682 .. attribute:: is_public_proxy
686683
687684 This is true if the IP address belongs to a public proxy. This attribute
688- is only available from GeoIP2 Precision Insights.
685+ is only available from Insights.
689686
690687 :type: bool
691688
692689 .. attribute:: is_residential_proxy
693690
694691 This is true if the IP address is on a suspected anonymizing network
695692 and belongs to a residential ISP. This attribute is only available from
696- GeoIP2 Precision Insights.
693+ Insights.
697694
698695 :type: bool
699696
@@ -714,33 +711,33 @@ class Traits(Record):
714711 .. attribute:: is_tor_exit_node
715712
716713 This is true if the IP address is a Tor exit node. This attribute is
717- only available from GeoIP2 Precision Insights.
714+ only available from Insights.
718715
719716 :type: bool
720717
721718 .. attribute:: isp
722719
723720 The name of the ISP associated with the IP address. This attribute is
724- only available from the City and Insights web service end points and the
725- GeoIP2 Enterprise database.
721+ only available from the City Plus and Insights web services and the
722+ Enterprise database.
726723
727724 :type: str
728725
729726 .. attribute: mobile_country_code
730727
731728 The `mobile country code (MCC)
732729 <https://en.wikipedia.org/wiki/Mobile_country_code>`_ associated with the
733- IP address and ISP. This attribute is available from the City and
734- Insights web services and the GeoIP2 Enterprise database.
730+ IP address and ISP. This attribute is available from the City Plus and
731+ Insights web services and the Enterprise database.
735732
736733 :type: str
737734
738735 .. attribute: mobile_network_code
739736
740737 The `mobile network code (MNC)
741738 <https://en.wikipedia.org/wiki/Mobile_country_code>`_ associated with the
742- IP address and ISP. This attribute is available from the City and
743- Insights web services and the GeoIP2 Enterprise database.
739+ IP address and ISP. This attribute is available from the City Plus and
740+ Insights web services and the Enterprise database.
744741
745742 :type: str
746743
@@ -755,8 +752,8 @@ class Traits(Record):
755752 .. attribute:: organization
756753
757754 The name of the organization associated with the IP address. This
758- attribute is only available from the City and Insights web service end
759- points and the GeoIP2 Enterprise database.
755+ attribute is only available from the City Plus and Insights web services
756+ and the Enterprise database.
760757
761758 :type: str
762759
@@ -769,17 +766,17 @@ class Traits(Record):
769766 thirty.
770767
771768 This indicator can be useful for deciding whether an IP address represents
772- the same user over time. This attribute is only available from GeoIP2
773- Precision Insights.
769+ the same user over time. This attribute is only available from
770+ Insights.
774771
775772 :type: float
776773
777774 .. attribute:: user_count
778775
779776 The estimated number of users sharing the IP/network during the past 24
780777 hours. For IPv4, the count is for the individual IP. For IPv6, the count
781- is for the /64 network. This attribute is only available from GeoIP2
782- Precision Insights.
778+ is for the /64 network. This attribute is only available from
779+ Insights.
783780
784781 :type: int
785782
@@ -805,7 +802,7 @@ class Traits(Record):
805802 * traveler
806803
807804 This attribute is only available from the Insights end point and the
808- GeoIP2 Enterprise database.
805+ Enterprise database.
809806
810807 :type: str
811808
0 commit comments