diff --git a/lib/ansible/modules/packaging/language/pip.py b/lib/ansible/modules/packaging/language/pip.py index aa8b6ceadbc..331739c30a5 100644 --- a/lib/ansible/modules/packaging/language/pip.py +++ b/lib/ansible/modules/packaging/language/pip.py @@ -63,7 +63,7 @@ options: default: "no" choices: [ "yes", "no" ] virtualenv_command: - version_aded: "1.1" + version_added: "1.1" description: - The command or a pathname to the command to create the virtual environment with. For example C(pyvenv), C(virtualenv),