Small typo fix in doc string of parseListOfPoints
This commit is contained in:
parent
c27ca4db8a
commit
f7165f66a9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue