[PR #10649/bc90635e backport][stable-11] pipx examples and tests: fix terminology (#10651)

pipx examples and tests: fix terminology (#10649)

Fix terminology.

(cherry picked from commit bc90635e66)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2025-08-11 21:24:16 +02:00 committed by GitHub
commit f077c1e104
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -175,7 +175,7 @@ EXAMPLES = r"""
name: tox
state: upgrade
- name: Install or upgrade tox with dependency group 'docs'
- name: Install or upgrade tox with extra 'docs'
community.general.pipx:
name: tox
source: tox[docs]

View file

@ -217,14 +217,14 @@
name: tox
register: uninstall_tox_2
- name: install tox with dependency group 'docs'
- name: install tox with extra 'docs'
community.general.pipx:
name: tox
source: tox[docs]
state: latest
register: install_tox_latest_docs
- name: install tox with dependency group 'docs' again
- name: install tox with extra 'docs' again
community.general.pipx:
name: tox
source: tox[docs]