# HG changeset patch # User Bernhard Herzog # Date 1207061256 0 # Node ID d7b53e7df9615246abe34a03e1b651c2c1eb0c6a # Parent 02c261e4443f20985cea243b410fe302562d7d37 Fix doc-string diff -r 02c261e4443f -r d7b53e7df961 treepkg/readconfig.py --- 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])