Skip to content

Commit 3ff3873

Browse files
oschwaldclaude
andcommitted
Fix broken RST hyperlink in report-transaction docstrings
The link text backtick was closed early and the closing `_ was missing, so the report-a-transaction URL rendered as plain text. Pre-existing; fixed here while validating links. Part of STF-557. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 379e0b3 commit 3ff3873

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/minfraud/webservice.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -388,9 +388,9 @@ async def report(
388388
"""Send a transaction report to the Report Transaction endpoint.
389389
390390
:param report: A dictionary containing the transaction report to be sent
391-
to the Report Transations web service as specified in the `REST API`
391+
to the Report Transations web service as specified in the `REST API
392392
documentation
393-
<https://dev.maxmind.com/minfraud/report-a-transaction/?lang=en>_.
393+
<https://dev.maxmind.com/minfraud/report-a-transaction/?lang=en>`_.
394394
:type report: dict
395395
:param validate: If set to false, validation of the report dictionary
396396
will be disabled. This validation helps ensure that your request is
@@ -652,9 +652,9 @@ def report(
652652
"""Send a transaction report to the Report Transaction endpoint.
653653
654654
:param report: A dictionary containing the transaction report to be sent
655-
to the Report Transations web service as specified in the `REST API`
655+
to the Report Transations web service as specified in the `REST API
656656
documentation
657-
<https://dev.maxmind.com/minfraud/report-a-transaction/?lang=en>_.
657+
<https://dev.maxmind.com/minfraud/report-a-transaction/?lang=en>`_.
658658
:type report: dict
659659
:param validate: If set to false, validation of the report dictionary
660660
will be disabled. This validation helps ensure that your request is

0 commit comments

Comments
 (0)