Skip to content

Commit 1122fe7

Browse files
committed
Fixed typo
1 parent d7d6a3a commit 1122fe7

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
@@ -88,7 +88,7 @@ PythonForm[BesselY[0, b_]] := format["special.y0(``)", b];
8888
PythonForm[BesselI[1, b_]] := format["special.i1(``)", b];
8989
PythonForm[BesselJ[1, b_]] := format["special.j1(``)", b];
9090
PythonForm[BesselK[1, b_]] := format["special.k1(``)", b];
91-
PythonForm[BesselY[1, b_]] := format["special.y1\(``)", b];
91+
PythonForm[BesselY[1, b_]] := format["special.y1(``)", b];
9292
PythonForm[BesselI[a_, b_]] := format["special.iv(``, ``)", a, b];
9393
PythonForm[BesselJ[a_, b_]] := format["special.jv(``, ``)", a, b];
9494
PythonForm[BesselK[a_, b_]] := format["special.kn(``, ``)", a, b];

0 commit comments

Comments
 (0)