From a2738e8190c1b9bd221b3618a3fae9b9c6d44ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Renstr=C3=B6m?= Date: Thu, 24 Apr 2014 12:45:48 +0200 Subject: [PATCH] Fix typo in 'Usage with Setuptools'. --- docs/setuptools.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setuptools.rst b/docs/setuptools.rst index 733c123fd..0baaa6df8 100644 --- a/docs/setuptools.rst +++ b/docs/setuptools.rst @@ -6,7 +6,7 @@ modules that are distributed with setuptools instead of using UNIX shebangs. There are a bunch of reasons for this. The first one is that setuptools automatically generates executable -wrapeprs for Windows so your command line utilies work on Windows too. +wrappers for Windows so your command line utilies work on Windows too. The second reason is that setuptools scripts work with virtualenv on UNIX without the virtualenv having to be activated. This is a very useful