Skip to content

Name the argument _get_conda_like_executable actually takes - #15361

Open
darkdi wants to merge 1 commit into
ipython:mainfrom
darkdi:fix/conda-executable-param-name
Open

Name the argument _get_conda_like_executable actually takes#15361
darkdi wants to merge 1 commit into
ipython:mainfrom
darkdi:fix/conda-executable-param-name

Conversation

@darkdi

@darkdi darkdi commented Aug 8, 2026

Copy link
Copy Markdown

_get_conda_like_executable takes command and documents executable. The three call sites pass "conda", "mamba" and "micromamba", so the description is right and only the name is off.

That is the whole change. I checked the rest of the tree while I was there: 179 functions carry a Parameters section and this was the only name that does not match its signature. The four others my checker flagged are the magics, where Parameters documents the command flags rather than the Python arguments, and those are fine as they are.

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.

1 participant