aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2009-12-05 23:51:43 -0500
committerW. Trevor King <wking@drexel.edu>2009-12-05 23:51:43 -0500
commitb1f88a431427319cc35d44b69472d8c3dbb2ffa4 (patch)
treef1d83278f9093e57543e73e8d0612d94b35d901c
parentfadbadc2bf763351ef572c5a584964f42b349f96 (diff)
downloadbugseverywhere-b1f88a431427319cc35d44b69472d8c3dbb2ffa4.tar.gz
Docstring clarification in becommands.depend.get_blocked_by()
-rw-r--r--becommands/depend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/depend.py b/becommands/depend.py
index 1a2b905..6336793 100644
--- 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):