From: Simon Glass Date: Mon, 8 Jul 2019 19:18:24 +0000 (-0600) Subject: binman: Fix comment in bsection.GetEntries() X-Git-Tag: v2025.01-rc5-pxa1908~2870^2~73 X-Git-Url: http://git.dujemihanovic.xyz/img/%7B%7B%20%28.OutputFormats.Get?a=commitdiff_plain;h=452285294f2cfad4fef8c605edb9fc69b9e159b8;p=u-boot.git binman: Fix comment in bsection.GetEntries() This comment is out of date as it does not correctly describe the return value. Fix it. Signed-off-by: Simon Glass --- diff --git a/tools/binman/bsection.py b/tools/binman/bsection.py index 03dfa2f805..a302671879 100644 --- a/tools/binman/bsection.py +++ b/tools/binman/bsection.py @@ -399,10 +399,10 @@ class Section(object): raise ValueError("%s: No such property '%s'" % (msg, prop_name)) def GetEntries(self): - """Get the number of entries in a section + """Get the dict of entries in a section Returns: - Number of entries in a section + OrderedDict of entries in a section """ return self._entries