From 8f896a85bf874a8bac875f7477f5ecee7278673f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 10 Oct 2013 09:15:04 -0400 Subject: [PATCH] Correct typo --- packaging/easy_install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/easy_install b/packaging/easy_install index 4110ce154a1..b61acc8e723 100644 --- a/packaging/easy_install +++ b/packaging/easy_install @@ -72,8 +72,8 @@ EXAMPLES = ''' # Examples from Ansible Playbooks - easy_install: name=pip -# Install Flast into the specified virtualenv. -- easy_install: name=flask virtualenv=/webapps/myapp/venv +# Install foo into the specified virtualenv. +- easy_install: name=foo virtualenv=/webapps/myapp/venv ''' def _is_package_installed(module, name, easy_install):