Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-17 12:43:17 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-17 12:43:17 (GMT)
commit14c9c55731e15012aafd806f00707b80ca33aefb (patch)
treecf43ddc4339bcf93ffa2fc3e659302426e0715d4 /sugar
parent640fff56191efe08013f1194f18db824d9aa228d (diff)
Typo
Diffstat (limited to 'sugar')
-rw-r--r--sugar/canvas/DonutItem.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/canvas/DonutItem.py b/sugar/canvas/DonutItem.py
index 9f71220..a6b49ea 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)