Skip to content

Improve description for venv --upgrade-deps #100676

Closed
@brettcannon

Description

@brettcannon

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().

help=f'Upgrade core dependencies: {" ".join(CORE_VENV_DEPS)} '

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    easystdlibPython modules in the Lib dirtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions