[Treepkg-commits] r40 - trunk/treepkg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Apr 1 16:47:36 CEST 2008


Author: bh
Date: 2008-04-01 16:47:36 +0200 (Tue, 01 Apr 2008)
New Revision: 40

Modified:
   trunk/treepkg/readconfig.py
Log:
Fix doc-string


Modified: trunk/treepkg/readconfig.py
===================================================================
--- trunk/treepkg/readconfig.py	2008-04-01 13:27:21 UTC (rev 39)
+++ trunk/treepkg/readconfig.py	2008-04-01 14:47:36 UTC (rev 40)
@@ -51,10 +51,10 @@
 def read_config(filename):
     """Reads the tree packager configuration from the file given by filename.
 
-    The function returns a tuple with a ('treepkg') and a list of dicts
-    ('packagers').  The treepkg dict contains the main configuration of
-    the tree packager.  The packagers list contains one dict with the
-    configuratiin for each packager.
+    The function returns a tuple with a dict ('treepkg') and a list of
+    dicts ('packagers').  The treepkg dict contains the main
+    configuration of the tree packager.  The packagers list contains one
+    dict with the configuratiin for each packager.
     """
     parser = SafeConfigParser(defaults)
     parser.read([filename])



More information about the Treepkg-commits mailing list