Skip to content

Commit c9cdc67

Browse files
lint
1 parent dc19f9d commit c9cdc67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cirq-core/cirq/value/condition.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ class BitMaskKeyCondition(Condition):
151151
- BitMaskKeyCondition.create_equal_mask('a', 13) -> (a & 13) == 13
152152
- BitMaskKeyCondition.create_not_equal_mask('a', 13) -> (a & 13) != 13
153153
154-
The bits in the bitmask have the same order as the qubits passed to `cirq.measure(...)`. That's the
155-
most significant bit corresponds to the the first (left most) qubit.
154+
The bits in the bitmask have the same order as the qubits passed to `cirq.measure(...)`. That's
155+
the most significant bit corresponds to the the first (left most) qubit.
156156
157157
Attributes:
158158
- key: Measurement key.

0 commit comments

Comments
 (0)