allpy
diff lib/block.py @ 150:f7dead025719
documentation improvements
author | boris (netbook) <bnagaev@gmail.com> |
---|---|
date | Mon, 25 Oct 2010 13:30:11 +0400 |
parents | 85fc264975a2 |
children | 675b402094be |
line diff
1.1 --- a/lib/block.py Mon Oct 25 00:03:35 2010 +0400 1.2 +++ b/lib/block.py Mon Oct 25 13:30:11 2010 +0400 1.3 @@ -68,7 +68,7 @@ 1.4 timeout=config.timeout, minsize=config.minsize, 1.5 ac_new_atoms=config.ac_new_atoms, 1.6 ac_count=config.ac_count): 1.7 - """ returns length-sorted list of blocks, representing GCs 1.8 + """ Returns length-sorted list of blocks, representing GCs 1.9 1.10 max_delta -- threshold of distance spreading 1.11 timeout -- Bron-Kerbosh timeout (then fast O(n ln n) algorithm)