@@ -1082,7 +1082,7 @@ class Reason:
10821082 This class provides both a machine-readable code and a human-readable
10831083 explanation of the reason for the risk score.
10841084
1085- Although more codes may be added in the future, the current codes are:
1085+ Although more codes_ may be added in the future, the current codes are:
10861086
10871087 - ``BROWSER_LANGUAGE`` - Riskiness of the browser user-agent and
10881088 language associated with the request.
@@ -1140,6 +1140,9 @@ class Reason:
11401140 based on minFraud network activity.
11411141 - ``SHIP_ACTIVITY`` - Riskiness of ship address based on minFraud network activity.
11421142
1143+ .. _codes: https://dev.maxmind.com/minfraud/api-documentation/responses\
1144+ /#schema--response--risk-score-reason--multiplier-reason
1145+
11431146 .. attribute:: code
11441147
11451148 This value is a machine-readable code identifying the
@@ -1187,10 +1190,10 @@ class RiskScoreReason:
11871190
11881191 .. attribute:: reasons
11891192
1190- This tuple contains :class:`.Reason` objects that describe
1191- one of the reasons for the multiplier.
1193+ This tuple contains :class:`.Reason` objects that describe
1194+ one of the reasons for the multiplier.
11921195
1193- :type: tuple[Reason]
1196+ :type: tuple[Reason]
11941197
11951198 """
11961199
@@ -1328,14 +1331,13 @@ class Factors:
13281331
13291332 .. attribute:: risk_score_reasons
13301333
1331- This tuple contains :class:`.RiskScoreReason` objects that describe
1332- risk score reasons for a given transaction
1333- that change the risk score significantly.
1334- Risk score reasons are usually only returned for medium to
1335- high risk transactions. If there were no significant changes to the risk
1336- score due to these reasons, then this tuple will be empty.
1334+ This tuple contains :class:`.RiskScoreReason` objects that describe
1335+ risk score reasons for a given transaction that change the risk score
1336+ significantly. Risk score reasons are usually only returned for medium to
1337+ high risk transactions. If there were no significant changes to the risk
1338+ score due to these reasons, then this tuple will be empty.
13371339
1338- :type: tuple[RiskScoreReason]
1340+ :type: tuple[RiskScoreReason]
13391341
13401342 """
13411343
0 commit comments