Changeset 3712


Ignore:
Timestamp:
Oct 9, 2006, 3:37:37 PM (18 years ago)
Author:
ole
Message:

typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/geospatial_data/geospatial_data.py

    r3702 r3712  
    212212
    213213    def clip(self, polygon, closed=True):
    214         """Clip geospatial date by a polygon
     214        """Clip geospatial data by a polygon
    215215
    216216        Input
     
    222222         
    223223        Output
    224           Geospatial data object representing point inside specified polygon
     224          New geospatial data object representing points inside
     225          specified polygon.
    225226       
    226227        """
Note: See TracChangeset for help on using the changeset viewer.