From adafec03e0b1870f4ae3dd8c7a13bf76c68b0c75 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sun, 17 Jul 2022 23:30:04 +0200 Subject: [PATCH] Fix typo --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 646f35b8..8a9edc2d 100644 --- a/setup.py +++ b/setup.py @@ -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"])]