Skip to content

Commit 837ba2a

Browse files
Update qiskit/transpiler/target.py
Co-authored-by: Naoki Kanazawa <nkanazawa1989@gmail.com>
1 parent dc3838d commit 837ba2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiskit/transpiler/target.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -290,8 +290,8 @@ def __init__(
290290
qubits don't have properties available you can set that entry to
291291
``None``
292292
concurrent_measurements(list): A list of sets of qubits that must be
293-
measured together. The qubits which should be measured concurrently
294-
is provided as the nested list like [[0, 1], [2, 3, 4]].
293+
measured together. This must be provided
294+
as a nested list like [[0, 1], [2, 3, 4]].
295295
ValueError: If both ``num_qubits`` and ``qubit_properties`` are both
296296
defined and the value of ``num_qubits`` differs from the length of
297297
``qubit_properties``.

0 commit comments

Comments
 (0)