Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed Nov 1, 2023
1 parent 56b44c5 commit 12b8972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorcircuit/backends/abstract_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def copy(self: Any, a: Tensor) -> Tensor:
:param a: tensor in matrix form
:type a: Tensor
:return: matrix exponential of matrix ``a``
:return: the copy tensor of ``a``
:rtype: Tensor
"""
raise NotImplementedError(
Expand Down

0 comments on commit 12b8972

Please sign in to comment.