# HG changeset patch # User Paul Boddie # Date 1401659243 -7200 # Node ID 39ba98ecc020b095e63d9a3b51f16a65f79e7475 # Parent 56b09bd4db2a33aabe8e953c6b9aae40ad78dd64 Fixed a docstring to describe the method's actual return value. diff -r 56b09bd4db2a -r 39ba98ecc020 micropython/branch.py --- a/micropython/branch.py Sun Jun 01 23:46:54 2014 +0200 +++ b/micropython/branch.py Sun Jun 01 23:47:23 2014 +0200 @@ -161,9 +161,9 @@ """ Obtain usage information from the given 'node', combined with usage - details from its contributors, returning a tuple containing a set of all - contributors employed along with a dictionary mapping names to lists of - usage possibilities (each a collection of attribute names). + details from its contributors, Return a dictionary mapping nodes whose + usage information are not finalised to nodes depending on them to + finalise their own usage information. """ unfinished = {}