Skip to content

Commit d92a595

Browse files
Update setuptools/command/bdist_wheel.py
Co-authored-by: Anderson Bravalheri <[email protected]>
1 parent 3bde6ef commit d92a595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setuptools/command/bdist_wheel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ def _validate_py_limited_api(self) -> None:
294294
raise ValueError(
295295
f"`py_limited_api={self.py_limited_api!r}` not supported. "
296296
"`Py_LIMITED_API` is currently incompatible with "
297-
f"`Py_GIL_DISABLED`{abinote}"
297+
"`Py_GIL_DISABLED`."
298298
"See https://github.com/python/cpython/issues/111506."
299299
)
300300

0 commit comments

Comments
 (0)