Skip to content

Commit 6e1e1d8

Browse files
committed
Fix typo
1 parent deec38c commit 6e1e1d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ def read(f):
9191
try:
9292
setup(**args)
9393
except BuildFailed:
94-
print("*************************************************************")
95-
print("Cannot compile C accellerator module, use pure python version")
96-
print("*************************************************************")
94+
print("************************************************************")
95+
print("Cannot compile C accelerator module, use pure python version")
96+
print("************************************************************")
9797
del args['ext_modules']
9898
del args['cmdclass']
9999
setup(**args)

0 commit comments

Comments
 (0)