From f7165f66a92e44630dc9038e4752f335e0d5b0d5 Mon Sep 17 00:00:00 2001 From: mdxs Date: Sun, 9 Mar 2014 23:44:06 +0100 Subject: [PATCH] Small typo fix in doc string of parseListOfPoints --- scour/scour.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scour/scour.py b/scour/scour.py index 900070c..752c56b 100644 --- a/scour/scour.py +++ b/scour/scour.py @@ -2105,7 +2105,7 @@ def parseListOfPoints(s): """ Parse string into a list of points. - Returns a list of containing an even number of coordinate strings + Returns a list containing an even number of coordinate strings """ i = 0