projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
652e8a7
)
fec.util.mathutil.permute: fix docstring
author
Brian Warner
<warner@allmydata.com>
Mon, 16 Apr 2007 18:51:04 +0000
(11:51 -0700)
committer
Brian Warner
<warner@allmydata.com>
Mon, 16 Apr 2007 18:51:04 +0000
(11:51 -0700)
pyfec/fec/util/mathutil.py
patch
|
blob
|
history
diff --git
a/pyfec/fec/util/mathutil.py
b/pyfec/fec/util/mathutil.py
index de95a6a8e7ddbfe8c37120ed20e08d35b1707047..ea8312d953c1a902d47b65f54e16dcec23315034 100644
(file)
--- a/
pyfec/fec/util/mathutil.py
+++ b/
pyfec/fec/util/mathutil.py
@@
-75,7
+75,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,]