From b1f88a431427319cc35d44b69472d8c3dbb2ffa4 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sat, 5 Dec 2009 23:51:43 -0500 Subject: Docstring clarification in becommands.depend.get_blocked_by() --- becommands/depend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'becommands/depend.py') 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): -- cgit