Changeset 8062


Ignore:
Timestamp:
Oct 30, 2010, 6:45:55 PM (13 years ago)
Author:
steve
Message:

Fixed up some comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/geometry/polygon.py

    r8061 r8062  
    859859def read_polygon(filename, delimiter=',', closed=True, verbose=False):
    860860    """ Read points assumed to form a (closed) polygon.
    861         Can also be used toread  in a polyline (closed = False)
     861        Can also be used to read  in a polyline (closed=False)
    862862
    863863        Also checks to make sure polygon (polyline)
     
    868868        A list of point data from the polygon file.
    869869
    870         There must be exactly two numbers in each line separated by the delimiter.
     870        There must be exactly two numbers in each line
     871        separated by the delimiter.
    871872        No header.
    872873    """
Note: See TracChangeset for help on using the changeset viewer.