From 8aa269459570daf5060045564d1fe26bf3898b66 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Mon, 16 Apr 2007 11:51:04 -0700
Subject: [PATCH] fec.util.mathutil.permute: fix docstring

---
 pyfec/fec/util/mathutil.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyfec/fec/util/mathutil.py b/pyfec/fec/util/mathutil.py
index de95a6a8..ea8312d9 100644
--- 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 set of sequences
+    @rtype: a list of sequences
     """
     if len(l) == 1:
         return [l,]
-- 
2.45.2