Skip to content

Commit

Permalink
Merge pull request #5 from mdxs/patch-1
Browse files Browse the repository at this point in the history
Small typo fix in doc string of parseListOfPoints
  • Loading branch information
Tobias Oberstein committed Mar 9, 2014
2 parents c27ca4d + f7165f6 commit e7332f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scour/scour.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit e7332f6

Please sign in to comment.