Merge pull request #5 from mdxs/patch-1

Small typo fix in doc string of parseListOfPoints
This commit is contained in:
Tobias Oberstein 2014-03-10 00:20:05 +01:00
commit e7332f6704

View file

@ -2105,7 +2105,7 @@ def parseListOfPoints(s):
""" """
Parse string into a list of points. 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 i = 0