8000 DOC Better formatting [cd build gh] · scikit-learn/scikit-learn@bc55cd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc55cd7

Browse files
committed
DOC Better formatting [cd build gh]
1 parent af0b25c commit bc55cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/_build_utils/openmp_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def check_openmp_support():
9696
if not openmp_supported:
9797
if os.getenv("SKLEARN_FAIL_NO_OPENMP"):
9898
raise Exception(
99-
f"Failed to build with OpenMP, with message {exception_msg}"
99+
f"Failed to build with OpenMP, with error message: {exception_msg}"
100100
)
101101
else:
102102
message = textwrap.dedent(

0 commit comments

Comments
 (0)
0