Skip to content

Commit 719ac21

Browse files
committed
fix copy/paste error
1 parent 39420bd commit 719ac21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import os
1010
import sys
11-
import test_name as libmathcat # type: ignore
11+
import libmathcat_py as libmathcat # type: ignore
1212

1313
# import shutil
1414
# if os.path.exists("libmathcat_py.pyd"):

0 commit comments

Comments
 (0)