[GRASS-dev] [GRASS GIS] #2881: Fix typo in pygrass.vector.geometry.Centroid.__repr__

GRASS GIS trac at osgeo.org
Thu Jan 28 06:40:17 PST 2016


#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>



More information about the grass-dev mailing list