Skip to content

Commit a8b7c66

Browse files
committed
Drop accidental trailing quote and comma from the text string
1 parent dd38e02 commit a8b7c66

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
@@ -274,7 +274,7 @@ def finalize_options(self) -> None:
274274
file an issue with pypa/setuptools describing your use case.
275275
276276
The use of this setting can be replaced with `python_tag = py2.py3`
277-
entry in `setup.cfg`.",
277+
entry in `setup.cfg`.
278278
""",
279279
due_date=(2025, 8, 30), # Introduced in 2024-08-30
280280
)

0 commit comments

Comments
 (0)