Skip to content

Commit

Permalink
Update operation.py (#2300)
Browse files Browse the repository at this point in the history
  • Loading branch information
co9olguy authored Mar 10, 2022
1 parent 7b75583 commit f130bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pennylane/operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -788,7 +788,7 @@ def terms(self):
Returns:
tuple[list[tensor_like or float], list[.Operation]]: list of coefficients :math:`c_i`
and list of operations :math:`O_i`
and list of operations :math:`O_i`
"""
return self.compute_terms(*self.parameters, **self.hyperparameters)

Expand Down

0 comments on commit f130bf1

Please sign in to comment.