Skip to content

Commit d9115dc

Browse files
committed
Fix typos
1 parent 4458d31 commit d9115dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

minfraud/models.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ class Factors:
11641164
11651165
.. attribute:: billing_phone
11661166
1167-
A :class:`.Phone` object containing minFrauddata related to the billing
1167+
A :class:`.Phone` object containing minFraud data related to the billing
11681168
phone used in the transaction.
11691169
11701170
:type: Phone
@@ -1178,7 +1178,7 @@ class Factors:
11781178
11791179
.. attribute:: shipping_phone
11801180
1181-
A :class:`.Phone` object containing minFrauddata related to the shipping
1181+
A :class:`.Phone` object containing minFraud data related to the shipping
11821182
phone used in the transaction.
11831183
11841184
:type: Phone
@@ -1315,7 +1315,7 @@ class Insights:
13151315
13161316
.. attribute:: billing_phone
13171317
1318-
A :class:`.Phone` object containing minFrauddata related to the billing
1318+
A :class:`.Phone` object containing minFraud data related to the billing
13191319
phone used in the transaction.
13201320
13211321
:type: Phone
@@ -1329,7 +1329,7 @@ class Insights:
13291329
13301330
.. attribute:: shipping_phone
13311331
1332-
A :class:`.Phone` object containing minFrauddata related to the shipping
1332+
A :class:`.Phone` object containing minFraud data related to the shipping
13331333
phone used in the transaction.
13341334
13351335
:type: Phone

0 commit comments

Comments
 (0)