projects
/
be.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fadbadc
)
Docstring clarification in becommands.depend.get_blocked_by()
author
W. Trevor King
<wking@drexel.edu>
Sun, 6 Dec 2009 04:51:43 +0000
(23:51 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 6 Dec 2009 04:51:43 +0000
(23:51 -0500)
becommands/depend.py
patch
|
blob
|
history
diff --git
a/becommands/depend.py
b/becommands/depend.py
index 1a2b9051bf37b9f9d139ca21620554c37b87cc58..6336793d8d104338d939ea4ba21737a30559a518 100644
(file)
--- a/
becommands/depend.py
+++ b/
becommands/depend.py
@@
-258,7
+258,7
@@
def get_blocks(bugdir, bug):
def get_blocked_by(bugdir, bug):
"""
- Return a list of bugs blocking the given bug
blocks
.
+ Return a list of bugs blocking the given bug.
"""
blocked_by = []
for uuid in _get_blocked_by(bug):