From f755569b78ad97d6d324b040c78398441190f5b1 Mon Sep 17 00:00:00 2001 From: Inada Naoki Date: Thu, 29 Jun 2023 17:30:12 +0900 Subject: [PATCH] fix typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3ce5db0b..f7f3d924 100644 --- a/setup.py +++ b/setup.py @@ -154,7 +154,7 @@ def get_options(): else: ext_options = get_config_posix(get_options()) -print("# Options for building extention module:") +print("# Options for building extension module:") for k, v in ext_options.items(): print(f" {k}: {v}")