From 14c9c55731e15012aafd806f00707b80ca33aefb Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 17 Aug 2006 14:43:17 +0200 Subject: [PATCH] Typo --- sugar/canvas/DonutItem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sugar/canvas/DonutItem.py b/sugar/canvas/DonutItem.py index 9f712206..a6b49ea9 100644 --- a/sugar/canvas/DonutItem.py +++ b/sugar/canvas/DonutItem.py @@ -87,7 +87,7 @@ class DonutItem(goocanvas.Group): def add_piece(self, perc, icon_name, color): # FIXME can't override set_parent on the # PieceItem and there is no signal. So we - # call a construct item on the childs for now. + # call a construct method on the childs for now. angle_end = self._angle_start + perc * 2 * math.pi / 100 piece_item = PieceItem(self._angle_start, angle_end)