[Checkins] SVN: grokproject/trunk/src/grokproject/__init__.py fix typo

Philipp von Weitershausen philikon at philikon.de
Fri Jan 26 09:30:26 EST 2007


Log message for revision 72235:
  fix typo
  

Changed:
  U   grokproject/trunk/src/grokproject/__init__.py

-=-
Modified: grokproject/trunk/src/grokproject/__init__.py
===================================================================
--- grokproject/trunk/src/grokproject/__init__.py	2007-01-26 14:26:41 UTC (rev 72234)
+++ grokproject/trunk/src/grokproject/__init__.py	2007-01-26 14:30:25 UTC (rev 72235)
@@ -10,7 +10,7 @@
     required_templates = []
 
     vars = [
-        var('module', 'Name of an demo Python module placed into the package',
+        var('module', 'Name of a demo Python module placed into the package',
             default=NoDefault),
         var('user', 'Name of an initial administrator user', default=NoDefault),
         var('passwd', 'Password for the initial administrator user',



More information about the Checkins mailing list