Skip to content

Commit df040e1

Browse files
authored
Fix typo (#307)
1 parent 87b7023 commit df040e1

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
@@ -14,9 +14,9 @@
1414
print("*********************")
1515
ext_modules = None
1616
else:
17-
print("**********************")
18-
print("* Accellerated build *")
19-
print("**********************")
17+
print("*********************")
18+
print("* Accelerated build *")
19+
print("*********************")
2020
ext_modules = [Extension("frozenlist._frozenlist", ["frozenlist/_frozenlist.c"])]
2121

2222

0 commit comments

Comments
 (0)