Mercurial > treepkg
changeset 115:d7b53e7df961
Fix doc-string
author | Bernhard Herzog <bh@intevation.de> |
---|---|
date | Tue, 01 Apr 2008 14:47:36 +0000 |
parents | 02c261e4443f |
children | 093514306186 |
files | treepkg/readconfig.py |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/treepkg/readconfig.py Tue Apr 01 13:27:21 2008 +0000 +++ b/treepkg/readconfig.py Tue Apr 01 14:47:36 2008 +0000 @@ -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])