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

#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&gt;
GRASS GIS <https://grass.osgeo.org>

#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
Resolution: | Keywords:
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Changes (by pmav99):

* Attachment "centroid_71.diff" added.

Grass 7.1 patch

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2881&gt;
GRASS GIS <https://grass.osgeo.org>

#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
Resolution: | Keywords:
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Changes (by pmav99):

* Attachment "centroid_70.diff" added.

Grass 7.0 patch

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2881&gt;
GRASS GIS <https://grass.osgeo.org>

#2881: Fix typo in pygrass.vector.geometry.Centroid.__repr__
--------------------------+-------------------------
  Reporter: pmav99 | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.4
Component: PyGRASS | Version: unspecified
Resolution: | Keywords:
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------

Comment (by lucadelu):

In [changeset:"73436" 73436]:
{{{
#!CommitTicketReference repository="" revision="73436"
pygrass: backported centroid typo, see #2881
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2881#comment:2&gt;
GRASS GIS <https://grass.osgeo.org>

#2881: Fix typo in pygrass.vector.geometry.Centroid.__repr__
--------------------------+-------------------------
  Reporter: pmav99 | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.4
Component: PyGRASS | Version: unspecified
Resolution: | Keywords:
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------

Comment (by lucadelu):

In [changeset:"73437" 73437]:
{{{
#!CommitTicketReference repository="" revision="73437"
pygrass: backported centroid typo, see #2881
}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2881#comment:3&gt;
GRASS GIS <https://grass.osgeo.org>

#2881: Fix typo in pygrass.vector.geometry.Centroid.__repr__
--------------------------+-------------------------
  Reporter: pmav99 | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.2.4
Component: PyGRASS | Version: unspecified
Resolution: fixed | Keywords:
       CPU: Unspecified | Platform: Unspecified
--------------------------+-------------------------
Changes (by lucadelu):

* status: new => closed
* resolution: => fixed

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2881#comment:4&gt;
GRASS GIS <https://grass.osgeo.org>