Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Jun 29, 2023
1 parent 2c9bbc3 commit f755569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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}")

Expand Down

0 comments on commit f755569

Please sign in to comment.