From 17544062ec6fa4035538a11d030632cce3ad8d78 Mon Sep 17 00:00:00 2001 From: Schlueter Date: Thu, 21 May 2015 12:49:43 -0400 Subject: [PATCH] Correct reference to gem in easy_install resource --- packaging/language/easy_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/language/easy_install.py b/packaging/language/easy_install.py index eaf16e6de92..e1924d0c160 100644 --- a/packaging/language/easy_install.py +++ b/packaging/language/easy_install.py @@ -72,7 +72,7 @@ options: default: null state: description: - - The desired state of the gem. C(latest) ensures that the latest version is installed. + - The desired state of the library. C(latest) ensures that the latest version is installed. required: false choices: [present, latest] default: present