From d80ec351835033de45f0973a0949ada896e4d189 Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Sat, 29 Sep 2012 21:04:17 +0200 Subject: [PATCH] Fixed error in author name --- library/pip | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/pip b/library/pip index bf186409ff9..27cd98a40bd 100755 --- a/library/pip +++ b/library/pip @@ -67,7 +67,7 @@ examples: notes: - Please note that U(http://www.virtualenv.org/, virtualenv) must be installed on the remote host if the virtualenv parameter is specified. requirements: [ ] -author: Jan-Piet Mens +author: Matt Wright ''' def _get_full_name(name, version=None):