Skip to content

Commit 67c7406

Browse files
authored
doc fix (#13914)
1 parent e404832 commit 67c7406

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/accelerate/src/sparse_observable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ impl PySparseTerm {
15221522

15231523
/// Get a :class:`.Pauli` object that represents the measurement basis needed for this term.
15241524
///
1525-
/// For example, the projector ``0l+`` will return a Pauli ``ZXY``. The resulting
1525+
/// For example, the projector ``0l+`` will return a Pauli ``ZYX``. The resulting
15261526
/// :class:`.Pauli` is dense, in the sense that explicit identities are stored. An identity in
15271527
/// the Pauli output does not require a concrete measurement.
15281528
///

0 commit comments

Comments
 (0)