Skip to content

Commit

Permalink
doc typo in qiskit/circuit/controlledgate.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Krsulich <kevin@krsulich.net>
  • Loading branch information
ewinston and kdk authored Jun 18, 2020
1 parent 2d36f3b commit 220a169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/controlledgate.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def num_ctrl_qubits(self):

@num_ctrl_qubits.setter
def num_ctrl_qubits(self, num_ctrl_qubits):
"""Set the nuumber of control qubits.
"""Set the number of control qubits.
Args:
num_ctrl_qubits (int): The number of control qubits in [1, num_qubits-1].
Expand Down

0 comments on commit 220a169

Please sign in to comment.