File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 662.9.1
77++++++++++++++++++
88
9- * Updated documentation of anonymizer attributes - is_anonymous_vpn and
10- is_hosting_provider - to be more descriptive.
9+ * Updated documentation of anonymizer attributes - `` is_anonymous_vpn `` and
10+ `` is_hosting_provider `` - to be more descriptive.
1111
12122.9.0 (2018-05-25)
1313++++++++++++++++++
Original file line number Diff line number Diff line change @@ -333,14 +333,14 @@ class AnonymousIP(SimpleModel):
333333
334334 If a VPN provider does not register subnets under names associated with
335335 them, we will likely only flag their IP ranges using the
336- is_hosting_provider attribute.
336+ `` is_hosting_provider`` attribute.
337337
338338 :type: bool
339339
340340 .. attribute:: is_hosting_provider
341341
342342 This is true if the IP address belongs to a hosting or VPN provider
343- (see description of is_anonymous_vpn attribute).
343+ (see description of `` is_anonymous_vpn`` attribute).
344344
345345 :type: bool
346346
Original file line number Diff line number Diff line change @@ -565,7 +565,7 @@ class Traits(Record):
565565
566566 If a VPN provider does not register subnets under names associated with
567567 them, we will likely only flag their IP ranges using the
568- is_hosting_provider attribute.
568+ `` is_hosting_provider`` attribute.
569569
570570 This attribute is only available from GeoIP2 Precision Insights.
571571
@@ -574,7 +574,7 @@ class Traits(Record):
574574 .. attribute:: is_hosting_provider
575575
576576 This is true if the IP address belongs to a hosting or VPN provider
577- (see description of is_anonymous_vpn attribute).
577+ (see description of `` is_anonymous_vpn`` attribute).
578578 This attribute is only available from GeoIP2 Precision Insights.
579579
580580 :type: bool
You can’t perform that action at this time.
0 commit comments