Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Pieter Eendebak <[email protected]>
  • Loading branch information
jakelishman and eendebakpt authored Jan 2, 2024
1 parent a87af88 commit e91a046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/quantumcircuit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,7 @@ def has_parameter(self, name_or_param: str | Parameter, /) -> bool:
See also:
:meth:`QuantumCircuit.get_parameter`
Retrive the :class:`.Parameter` instance from this circuit by name.
Retrieve the :class:`.Parameter` instance from this circuit by name.
:meth:`QuantumCircuit.has_var`
A similar method to this, but for run-time :class:`.expr.Var` variables instead of
compile-time :class:`.Parameter`\\ s.
Expand Down

0 comments on commit e91a046

Please sign in to comment.