summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/pip.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/modules/pip.py')
-rw-r--r--lib/ansible/modules/pip.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/pip.py b/lib/ansible/modules/pip.py
index 420e3a18fc..cffed006a8 100644
--- a/lib/ansible/modules/pip.py
+++ b/lib/ansible/modules/pip.py
@@ -120,7 +120,7 @@ notes:
run the actual pip command, so it can use any pip version you specify with I(executable).
By default, it uses the pip version for the Ansible Python interpreter. For example, pip3 on python 3, and pip2 or pip on python 2.
- The interpreter used by Ansible
- (see :ref:`ansible_python_interpreter<ansible_python_interpreter>`)
+ (see R(ansible_python_interpreter, ansible_python_interpreter))
requires the setuptools package, regardless of the version of pip set with
the I(executable) option.
requirements: