Small typo fix in doc string of parseListOfPoints

This commit is contained in:
mdxs 2014-03-09 23:44:06 +01:00
parent c27ca4db8a
commit f7165f66a9

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