Skip to content

Commit bc90635

Browse files
authored
pipx examples and tests: fix terminology (#10649)
Fix terminology.
1 parent 2aa5370 commit bc90635

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/modules/pipx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
name: tox
176176
state: upgrade
177177
178-
- name: Install or upgrade tox with dependency group 'docs'
178+
- name: Install or upgrade tox with extra 'docs'
179179
community.general.pipx:
180180
name: tox
181181
source: tox[docs]

tests/integration/targets/pipx/tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,14 +217,14 @@
217217
name: tox
218218
register: uninstall_tox_2
219219

220-
- name: install tox with dependency group 'docs'
220+
- name: install tox with extra 'docs'
221221
community.general.pipx:
222222
name: tox
223223
source: tox[docs]
224224
state: latest
225225
register: install_tox_latest_docs
226226

227-
- name: install tox with dependency group 'docs' again
227+
- name: install tox with extra 'docs' again
228228
community.general.pipx:
229229
name: tox
230230
source: tox[docs]

0 commit comments

Comments
 (0)