From: W. Trevor King Date: Sun, 6 Dec 2009 04:51:43 +0000 (-0500) Subject: Docstring clarification in becommands.depend.get_blocked_by() X-Git-Tag: 1.0.0~59^2~58^2~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b1f88a431427319cc35d44b69472d8c3dbb2ffa4;p=be.git Docstring clarification in becommands.depend.get_blocked_by() --- 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):