Skip to content

Commit

Permalink
Update operation.py docs (#12485)
Browse files Browse the repository at this point in the history
One "add" too much :)
  • Loading branch information
J-C-Q committed Jun 1, 2024
1 parent 6132366 commit 9d03b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Operation(ABC):
:class:`~qiskit.circuit.Reset`, :class:`~qiskit.circuit.Barrier`,
:class:`~qiskit.circuit.Measure`, and operators such as :class:`~qiskit.quantum_info.Clifford`.
The main purpose is to add allow abstract mathematical objects to be added directly onto
The main purpose is to allow abstract mathematical objects to be added directly onto
abstract circuits, and for the exact syntheses of these to be determined later, during
compilation.
Expand Down

0 comments on commit 9d03b4b

Please sign in to comment.