Fix various module docs. (#4887) (#4889)

(cherry picked from commit 2dcdd2faca)
This commit is contained in:
Felix Fontein
2022-06-22 23:01:49 +02:00
committed by GitHub
parent 37d25436e8
commit 35c4de1e80
20 changed files with 40 additions and 40 deletions

View File

@@ -17,7 +17,7 @@ options:
clients:
description:
- A list of the pip executables that will be used to get the packages.
They can be supplied with the full path or just the executable name, i.e `pip3.7`.
They can be supplied with the full path or just the executable name, for example C(pip3.7).
default: ['pip']
required: False
type: list