From 7061c990491a9850458270b46b75b96ec1d7fc2a Mon Sep 17 00:00:00 2001 From: James Tanner Date: Tue, 15 Oct 2013 12:49:43 -0400 Subject: [PATCH] fix indentation in easy_install module docstring --- library/packaging/easy_install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/packaging/easy_install b/library/packaging/easy_install index fbf222033e..173cd88831 100644 --- a/library/packaging/easy_install +++ b/library/packaging/easy_install @@ -66,7 +66,7 @@ options: system. For example C(easy_install-3.3), if there are both Python 2.7 and 3.3 installations in the system and you want to run easy_install for the Python 3.3 installation. -version_added: "1.3" + version_added: "1.3" required: false default: null notes: