Skip to content

Commit 17d8019

Browse files
Fix typo setup.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 43fbca8 commit 17d8019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def _prepare_source_openmp(sha256=None):
142142

143143
# Download the source tarball if it does not exist.
144144
if not tmp.exists():
145-
print(f"download open version {LLVM_VERSION} url:", url)
145+
print(f"download openmp version {LLVM_VERSION} url:", url)
146146
with urllib.request.urlopen(url) as r:
147147
with tmp.open("wb") as f:
148148
f.write(r.read())

0 commit comments

Comments
 (0)