From: Zac Medico Date: Wed, 9 Apr 2008 18:21:58 +0000 (-0000) Subject: Fix the docstring for depgraph._dep_expand(). (trunk r9777) X-Git-Tag: v2.1.5~221 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=6b67fce9a398f4b352aa83a2d515faf4d4d42f81;p=portage.git Fix the docstring for depgraph._dep_expand(). (trunk r9777) svn path=/main/branches/2.1.2/; revision=9778 --- diff --git a/bin/emerge b/bin/emerge index 60799cf66..4eee60aab 100755 --- a/bin/emerge +++ b/bin/emerge @@ -2159,7 +2159,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"))