Closed
Description
The current description comes out as Upgrade core dependencies: pip setuptools to the latest version in PyPI
. The lack of comma between "pip" and "setuptools" reads slightly odd to me. I think it's because " ".join()
is used instead of ", ".join()
.
Line 526 in edfbf56