From 68ae7f138b49ca54abef461e725fba424e22c012 Mon Sep 17 00:00:00 2001 From: warner Date: Tue, 17 Apr 2007 00:21:04 +0530 Subject: [PATCH] fec.util.mathutil.permute: fix docstring darcs-hash:46c300f64e70da2c04cf1e15a4a6d8dd2c732f22 --- zfec/zfec/util/mathutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfec/zfec/util/mathutil.py b/zfec/zfec/util/mathutil.py index 457bec3..609f0df 100644 --- 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 set of sequences + @rtype: a list of sequences """ if len(l) == 1: return [l,] -- 2.45.2