Skip to content

Commit

Permalink
Fix formulation.
Browse files Browse the repository at this point in the history
Co-authored-by: Maxwell G <[email protected]>
  • Loading branch information
felixfontein and gotmax23 authored Oct 7, 2024
1 parent a471d72 commit 65620e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/antsibull/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ def _get_removed_entry( # noqa: C901, pylint:disable=too-many-branches
sentences.append(_markup_to_rst(removal.reason_text))
if removal.discussion:
sentences.append(
f"See `the removal discussion for details <{removal.discussion}>`__."
f"See `the removal discussion <{removal.discussion}>`__ for details."
)
else:
sentences.append(
Expand Down

0 comments on commit 65620e1

Please sign in to comment.