Skip to content

Commit 9fd7ca9

Browse files
authored
Fix rendering in changelog (#1771)
There was an extra space in one of the changelog entries that led to bad rendering: ![Screenshot from 2025-05-28 09-57-08](https://github.com/user-attachments/assets/c28e8c97-9112-498b-8aa5-c3f532bd9ba6) Now fixed.
1 parent 6cbfd0b commit 9fd7ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/releases/changelog-dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
* The :func:`~.passes.commute_ppr` and :func:`~.passes.merge_ppr_ppm` passes now accept an optional
7676
`max_pauli_size` argument, which limits the size of the Pauli strings generated by the passes
77-
through commutation or absorption rules.
77+
through commutation or absorption rules.
7878
[(#1719)](https://github.com/PennyLaneAI/catalyst/pull/1719)
7979

8080
* The :func:`~.passes.to_ppr` pass now supports conversion of Pauli gates (`X`, `Y`, `Z`),

0 commit comments

Comments
 (0)