From 9af40aa99a605429b62e39cd022d4246b65cebe1 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 19 Mar 2013 14:12:54 -0400 Subject: [PATCH] Fix broken virtualenv link in pip documentation. --- library/pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/pip b/library/pip index 8ad6b5fb99..bd25d89e20 100644 --- a/library/pip +++ b/library/pip @@ -106,7 +106,7 @@ examples: - code: "pip: requirements=/my_app/requirements.txt extra_args='-i https://example.com/pypi/simple'" description: Install specified python requirements and custom Index URL. notes: - - Please note that U(http://www.virtualenv.org/, virtualenv) must be installed on the remote host if the virtualenv parameter is specified. + - Please note that virtualenv (U(http://www.virtualenv.org/)) must be installed on the remote host if the virtualenv parameter is specified. requirements: [ "virtualenv", "pip" ] author: Matt Wright '''