#2881: Fix typo in pygrass.vector.geometry.Centroid.__repr__
-------------------------+-------------------------
Reporter: pmav99 | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone:
Component: PyGRASS | Version: unspecified
Keywords: | CPU: Unspecified
Platform: Unspecified |
-------------------------+-------------------------
There is a typo in `pygrass.vector.geometry.Centroid.__repr__`
{{{#!diff
def __repr__(self):
- return "Centoid(%s)" % ', '.join(['%f' % co for co in
self.coords()])
+ return "Centroid(%s)" % ', '.join(['%f' % co for co in
self.coords()])
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2881>
GRASS GIS <https://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev