Skip to content

Commit c834dc4

Browse files
committed
Changed decimal to float; remove trailing white sp
1 parent 932b5fb commit c834dc4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2323
2.9.0 (2018-05-25)

geoip2/records.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)