Skip to content

Commit 44bd306

Browse files
author
Adam Lapczynski
committed
Update formatting inside documentation
1 parent 7a6cacd commit 44bd306

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

HISTORY.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ History
66
2.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

1212
2.9.0 (2018-05-25)
1313
++++++++++++++++++

geoip2/models.py

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

geoip2/records.py

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

0 commit comments

Comments
 (0)