diff --git a/lib/ansible/modules/packaging/language/pip.py b/lib/ansible/modules/packaging/language/pip.py index 466c7ea8875..d3bda11d38e 100755 --- a/lib/ansible/modules/packaging/language/pip.py +++ b/lib/ansible/modules/packaging/language/pip.py @@ -83,7 +83,7 @@ options: version_added: "2.0" description: - The Python executable used for creating the virtual environment. - For example C(python3.4), C(python2.7). When not specified, the + For example C(python3.5), C(python2.7). When not specified, the system Python version is used. required: false default: null