Skip to content

Commit e7c4b3a

Browse files
authored
fixup! Normalize quotes in deprecated flag description
1 parent 2cfe5fe commit e7c4b3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setuptools/command/bdist_wheel.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ class bdist_wheel(Command):
174174
(
175175
"universal",
176176
None,
177-
"*DEPRECATED* make a universal wheel [default: false]\n\n'
178-
'Set `python_tag = py2.py3` in `setup.cfg` instead.",
177+
"*DEPRECATED* make a universal wheel [default: false]\n\n"
178+
"Set `python_tag = py2.py3` in `setup.cfg` instead.",
179179
),
180180
(
181181
"compression=",

0 commit comments

Comments
 (0)