Updating find_updated_config_files function description
authorMounir Lamouri <volkmar@gentoo.org>
Thu, 30 Jul 2009 20:59:09 +0000 (20:59 -0000)
committerMounir Lamouri <volkmar@gentoo.org>
Thu, 30 Jul 2009 20:59:09 +0000 (20:59 -0000)
svn path=/main/trunk/; revision=13860

pym/portage/util.py

index f3e79ba7c89706b410a73de8f48a597989a801a8..49eec6492c6bc69fe9ef34c05e7bbc8b53947d83 100644 (file)
@@ -1293,12 +1293,12 @@ def new_protect_filename(mydest, newmd5=None):
 
 def find_updated_config_files(target_root, config_protect):
        """
-       Return a list of configuration files that needs to be updated.
-       The list contains tuple organized like this:
+       Return a tuple of configuration files that needs to be updated.
+       The tuple contains lists organized like this:
        [ protected_dir, file_list ]
-       If the protected config isn't a protected_dir but a procted_file, tuple is:
+       If the protected config isn't a protected_dir but a procted_file, list is:
        [ protected_file, None ]
-       If no configuration files needs to be updated, [] is returned
+       If no configuration files needs to be updated, None is returned
        """
 
        if config_protect: