Skip to content

Commit f7a9d33

Browse files
committed
Fix error message string formatting
1 parent 3a3144f commit f7a9d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setuptools/command/bdist_wheel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def _validate_py_limited_api(self) -> None:
285285
raise ValueError(
286286
f"`py_limited_api={self.py_limited_api!r}` not supported. "
287287
"`Py_LIMITED_API` is currently incompatible with "
288-
"`Py_GIL_DISABLED`."
288+
"`Py_GIL_DISABLED`. "
289289
"See https://github.com/python/cpython/issues/111506."
290290
)
291291

0 commit comments

Comments
 (0)