From ae8070542fcee0516fbfa270f6ef3f3e53a8d220 Mon Sep 17 00:00:00 2001 From: Greg Turner Date: Tue, 27 Mar 2012 08:40:18 -0700 Subject: grabdict: remove incorrect docstring, bug #409839 --- pym/portage/util/__init__.py | 1 - 1 file changed, 1 deletion(-) (limited to 'pym/portage/util/__init__.py') diff --git a/pym/portage/util/__init__.py b/pym/portage/util/__init__.py index 13aa721ac..02fb75dfd 100644 --- a/pym/portage/util/__init__.py +++ b/pym/portage/util/__init__.py @@ -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): -- cgit v1.2.3-1-g7c22