Fix the docstring for depgraph._dep_expand().
authorZac Medico <zmedico@gentoo.org>
Wed, 9 Apr 2008 18:21:27 +0000 (18:21 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 9 Apr 2008 18:21:27 +0000 (18:21 -0000)
svn path=/main/trunk/; revision=9777

pym/_emerge/__init__.py

index f6532a0b6d04bbfdc5c603045c1249aa1ad67d5f..2ae0a2244e7a98000d33a6f4fa3b345e5b61f96a 100644 (file)
@@ -2020,7 +2020,10 @@ class depgraph(object):
                """
                @param root_config: a root config instance
                @type root_config: RootConfig
-               @returns: a list of cat/pn for any matching packages
+               @param atom_without_category: an atom without a category component
+               @type atom_without_category: String
+               @rtype: list
+               @returns: a list of atoms containing categories (possibly empty)
                """
                null_cp = portage.dep_getkey(insert_category_into_atom(
                        atom_without_category, "null"))