Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss committed Jul 17, 2022
1 parent f92e9c6 commit adafec0
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 adafec0

Please sign in to comment.