]> scripts.mit.edu Git - wizard.git/commitdiff
Fixed typo.
authorBethany A LaPenta <lapentab@MIT.EDU>
Sun, 4 Sep 2011 21:32:11 +0000 (17:32 -0400)
committerEdward Z. Yang <ezyang@mit.edu>
Sun, 4 Sep 2011 21:33:56 +0000 (17:33 -0400)
Signed-off-by: Bethany A LaPenta <lapentab@mit.edu>
doc/create.rst

index bb4f2ba7b6f943ed42ce1c30e4722e6dc27fb815..a87f407ef3615bd7b2c2b5746837a13733a08f7a 100644 (file)
@@ -74,7 +74,7 @@ Finally, we have to tell Wizard about this new module.  If you are
 creating this new module for Scripts, the easiest way to tell Wizard
 about the application is to add it to the :mod:`wizard_scripts`
 `setuptools plugin <http://aroberge.blogspot.com/2008/12/plugins-part-6-setuptools-based.html>`_.
-EVen if you don't know anything about setuptools, it's pretty easy
+Even if you don't know anything about setuptools, it's pretty easy
 to add your application: edit the file  :file:`plugins/scripts/setup.py`
 and add your application to the ``wizard.app`` entry point by looking
 for the following chunk of code and adding a new line::