Skip to content

Commit ed312ad

Browse files
committed
2 parents 9c43862 + 1122fe7 commit ed312ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ToPython.wl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ PythonForm[BesselY[0, b_]] := format["special.y0(``)", b];
8989
PythonForm[BesselI[1, b_]] := format["special.i1(``)", b];
9090
PythonForm[BesselJ[1, b_]] := format["special.j1(``)", b];
9191
PythonForm[BesselK[1, b_]] := format["special.k1(``)", b];
92-
PythonForm[BesselY[1, b_]] := format["special.y1\(``)", b];
92+
PythonForm[BesselY[1, b_]] := format["special.y1(``)", b];
9393
PythonForm[BesselI[a_, b_]] := format["special.iv(``, ``)", a, b];
9494
PythonForm[BesselJ[a_, b_]] := format["special.jv(``, ``)", a, b];
9595
PythonForm[BesselK[a_, b_]] := format["special.kn(``, ``)", a, b];

0 commit comments

Comments
 (0)