Opened 9 years ago
Closed 6 years ago
#2881 closed defect (fixed)
Fix typo in pygrass.vector.geometry.Centroid.__repr__
Reported by: | pmav99 | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.4 |
Component: | PyGRASS | Version: | unspecified |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
There is a typo in pygrass.vector.geometry.Centroid.__repr__
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()])
Attachments (2)
Change History (6)
by , 9 years ago
Attachment: | centroid_71.diff added |
---|
comment:1 by , 7 years ago
Milestone: | → 7.2.4 |
---|
comment:4 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Grass 7.1 patch