grabdict: remove incorrect docstring, bug #409839
authorGreg Turner <gmturner007@ameritech.net>
Tue, 27 Mar 2012 15:40:18 +0000 (08:40 -0700)
committerZac Medico <zmedico@gentoo.org>
Tue, 27 Mar 2012 15:40:18 +0000 (08:40 -0700)
pym/portage/util/__init__.py

index 13aa721aca88d50311800d4d899af17086be86fa..02fb75dfdcf4b516187d3c18de80c463aec6f167 100644 (file)
@@ -351,7 +351,6 @@ def grabdict(myfilename, juststrings=0, empty=0, recursive=0, incremental=1):
                'sys-apps/portage x86 amd64 ppc'
                would return
                { "sys-apps/portage" : [ 'x86', 'amd64', 'ppc' ]
-               the line syntax is key : [list of values]
        """
        newdict={}
        for x in grablines(myfilename, recursive):