Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix listing of subcommands for "ipython profile" and "ipython history". #14421

Merged
merged 1 commit into from May 6, 2024

Conversation

anntzer
Copy link
Contributor

@anntzer anntzer commented Apr 26, 2024

The previous code (likely going back to Py2) would print

Must specify one of: dict_keys(['create', 'list', 'locate'])

This PR fixes it to

Must specify one of: 'create', 'list', 'locate'.

The previous code (likely going back to Py2) would print

    Must specify one of: dict_keys(['create', 'list', 'locate'])

This PR fixes it to

    Must specify one of: 'create', 'list', 'locate'.
@Carreau Carreau merged commit 51f1187 into ipython:main May 6, 2024
16 of 19 checks passed
@anntzer anntzer deleted the sc branch May 6, 2024 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants