Skip to content

Commit

Permalink
docstring fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderivrii committed Oct 30, 2024
1 parent e8f4423 commit 97bdf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/library/boolean_logic/quantum_or.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def inverse(self, annotated: bool = False):
is self-inverse.
Returns:
AndGate: inverse gate (self-inverse).
OrGate: inverse gate (self-inverse).
"""
return OrGate(self.num_variable_qubits, self.flags)

Expand Down

0 comments on commit 97bdf6f

Please sign in to comment.