Skip to content

Commit

Permalink
Update contract docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Oct 10, 2023
1 parent 86f3a05 commit ecdc993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Numerics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ end
__omeinsum_sym2str(x) = String[string(i) for i in x]

"""
contract(a::Tensor[, b::Tensor, dims=nonunique([inds(a)..., inds(b)...])])
contract(a::Tensor[, b::Tensor]; dims=nonunique([inds(a)..., inds(b)...]))
Perform tensor contraction operation.
"""
Expand Down

0 comments on commit ecdc993

Please sign in to comment.