diff --git a/qiskit/circuit/parameterexpression.py b/qiskit/circuit/parameterexpression.py index fe786762c096..feaa0b772c7c 100644 --- a/qiskit/circuit/parameterexpression.py +++ b/qiskit/circuit/parameterexpression.py @@ -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".