-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
easystdlibPython modules in the Lib dirPython modules in the Lib dirtype-featureA feature request or enhancementA feature request or enhancement
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
help=f'Upgrade core dependencies: {" ".join(CORE_VENV_DEPS)} ' |
Linked PRs
Metadata
Metadata
Assignees
Labels
easystdlibPython modules in the Lib dirPython modules in the Lib dirtype-featureA feature request or enhancementA feature request or enhancement