Skip to content

Commit

Permalink
Fixed a doc string of an internal function (#13552)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaelbh authored Dec 11, 2024
1 parent 76ed697 commit 892f2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/parameterexpression.py
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ def _apply_operation(
either a constant or a second ParameterExpression.
Args:
operation: One of operator.{add,sub,mul,truediv}.
operation: An operator, such as add, sub, mul, and truediv.
other: The second argument to be used with self in operation.
reflected: Optional - The default ordering is "self operator other".
If reflected is True, this is switched to "other operator self".
Expand Down

0 comments on commit 892f2fa

Please sign in to comment.