Skip to content

Commit b0f69ac

Browse files
ArmavicaricardoV94
authored andcommitted
Fix RUF002
1 parent 0ddf72c commit b0f69ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/tensor/slinalg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def solve_triangular(
335335
Input data for the right hand side.
336336
lower : bool, optional
337337
Use only data contained in the lower triangle of `a`. Default is to use upper triangle.
338-
trans: {0, 1, 2, ‘N’, ‘T’, ‘C’}, optional
338+
trans: {0, 1, 2, 'N', 'T', 'C'}, optional
339339
Type of system to solve:
340340
trans system
341341
0 or 'N' a x = b

0 commit comments

Comments
 (0)