Docstring clarification in becommands.depend.get_blocked_by()
authorW. Trevor King <wking@drexel.edu>
Sun, 6 Dec 2009 04:51:43 +0000 (23:51 -0500)
committerW. Trevor King <wking@drexel.edu>
Sun, 6 Dec 2009 04:51:43 +0000 (23:51 -0500)
becommands/depend.py

index 1a2b9051bf37b9f9d139ca21620554c37b87cc58..6336793d8d104338d939ea4ba21737a30559a518 100644 (file)
@@ -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):