Skip to content

Commit

Permalink
Fix typo (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jul 22, 2022
1 parent 87b7023 commit df040e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -14,9 +14,9 @@
print("*********************")
ext_modules = None
else:
print("**********************")
print("* Accellerated build *")
print("**********************")
print("*********************")
print("* Accelerated build *")
print("*********************")
ext_modules = [Extension("frozenlist._frozenlist", ["frozenlist/_frozenlist.c"])]


Expand Down

0 comments on commit df040e1

Please sign in to comment.