File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ History
1616* Updated documentation of anonymizer attributes - ``is_anonymous_vpn `` and
1717 ``is_hosting_provider `` - to be more descriptive.
1818* Added support for the ``user_count `` trait for the GeoIP2 Precision webservice.
19- * Added the ``static_ip_score `` attribute to ``geoip2.record.Traits `` for
20- GeoIP2 Precision Insights. This is a float which indicates how static or dynamic
19+ * Added the ``static_ip_score `` attribute to ``geoip2.record.Traits `` for
20+ GeoIP2 Precision Insights. This is a float which indicates how static or dynamic
2121 an IP address is.
2222
23232.9.0 (2018-05-25)
Original file line number Diff line number Diff line change @@ -696,7 +696,7 @@ class Traits(Record):
696696 the same user over time. This attribute is only available from GeoIP2
697697 Precision Insights.
698698
699- :type: decimal
699+ :type: float
700700
701701 .. attribute:: user_count
702702
You can’t perform that action at this time.
0 commit comments