fix typo
authorzed <arn.zart+github@gmail.com>
Sun, 14 Aug 2011 13:46:43 +0000 (17:46 +0400)
committerzed <arn.zart+github@gmail.com>
Sun, 14 Aug 2011 13:46:43 +0000 (17:46 +0400)
docs/user/install.rst

index cd811ab..28f3c2b 100644 (file)
@@ -15,7 +15,7 @@ Installing requests is simple with `pip <http://www.pip-installer.org/>`_::
 
 or, with `easy_install <http://pypi.python.org/pypi/setuptools>`_::
 
-    $ easy_install install requests
+    $ easy_install requests
 
 But, you really `shouldn't do that <http://www.pip-installer.org/en/latest/index.html#pip-compared-to-easy-install>`_.