Skip to content

Commit 7df205b

Browse files
committed
fixed typo
1 parent 40df71b commit 7df205b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/tensor/rewriting/linalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ def rewrite_diag_kronecker(fgraph, node):
745745
@node_rewriter([slogdet])
746746
def rewrite_slogdet_kronecker(fgraph, node):
747747
"""
748-
This rewrite simplifies the slogdet of a blockdiagonal matrix by extracting the individual sub matrices and returning the sign and logdet values computed using those
748+
This rewrite simplifies the slogdet of a kronecker-structured matrix by extracting the individual sub matrices and returning the sign and logdet values computed using those
749749
750750
Parameters
751751
----------

0 commit comments

Comments
 (0)