projects
/
tahoe-lafs
/
zfec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64072ce
)
fec.util.mathutil.permute: fix docstring
author
warner
<warner@allmydata.com>
Mon, 16 Apr 2007 18:51:04 +0000
(
00:21
+0530)
committer
warner
<warner@allmydata.com>
Mon, 16 Apr 2007 18:51:04 +0000
(
00:21
+0530)
darcs-hash:
46c300f64e70da2c04cf1e15a4a6d8dd2c732f22
zfec/zfec/util/mathutil.py
patch
|
blob
|
history
diff --git
a/zfec/zfec/util/mathutil.py
b/zfec/zfec/util/mathutil.py
index 457bec364d7f638a363d300050550be6c497be2b..609f0dffb8f9e852ac31def926be1c786524dea8 100644
(file)
--- a/
zfec/zfec/util/mathutil.py
+++ b/
zfec/zfec/util/mathutil.py
@@
-68,7
+68,7
@@
def permute(l):
Return all possible permutations of l.
@type l: sequence
- @rtype
a se
t of sequences
+ @rtype
: a lis
t of sequences
"""
if len(l) == 1:
return [l,]