projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
512f455
)
binman: Fix comment in bsection.GetEntries()
author
Simon Glass
<sjg@chromium.org>
Mon, 8 Jul 2019 19:18:24 +0000
(13:18 -0600)
committer
Simon Glass
<sjg@chromium.org>
Wed, 24 Jul 2019 03:27:57 +0000
(20:27 -0700)
This comment is out of date as it does not correctly describe the return
value. Fix it.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/binman/bsection.py
patch
|
blob
|
history
diff --git
a/tools/binman/bsection.py
b/tools/binman/bsection.py
index 03dfa2f805c4708a7081c8053722ff59c231abd8..a3026718794495b264a9fe51e7d9a586d19cd6b2 100644
(file)
--- 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