File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 33 History
44-------
55
6+ 2.4.1 (2016-XX-XX)
7+ ++++++++++++++++++
8+
9+ * Updated documentation to clarify what the accuracy radius refers to.
10+
6112.4.0 (2016-06-10)
712++++++++++++++++++
813
Original file line number Diff line number Diff line change @@ -265,8 +265,10 @@ class Location(Record):
265265
266266 .. attribute:: accuracy_radius
267267
268- The radius in kilometers around the specified location where the IP
269- address is likely to be.
268+ The approximate accuracy radius in kilometers around the latitude and
269+ longitude for the IP address. This is the radius where we have a 67%
270+ confidence that the device using the IP address resides within the
271+ circle centered at the latitude and longitude with the provided radius.
270272
271273 :type: int
272274
You can’t perform that action at this time.
0 commit comments