From 5223b0ea180b7dbfd77ba52f1355328f1558c884 Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sat, 31 Mar 2007 20:52:14 +0000 Subject: Some small changes for etcproposals 1.1 --- portato/helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'portato/helper.py') diff --git a/portato/helper.py b/portato/helper.py index 604f2c1..cef3537 100644 --- a/portato/helper.py +++ b/portato/helper.py @@ -85,7 +85,7 @@ def flatten (listOfLists): @param listOfLists: the list of lists to flatten @type listOfLists: list of lists @returns: flattend list - @rtyoe: list""" + @rtype: list""" return list(chain(*listOfLists)) -- cgit v1.2.3