Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDinko Galetic <dgaletic@everflame.(none)>2010-06-11 09:08:42 (GMT)
committer Dinko Galetic <dgaletic@everflame.(none)>2010-06-11 09:08:42 (GMT)
commit41d83b63a103e18dad284073097b8b93f1a637a0 (patch)
tree67d4b2635ab4dc94c77022e8783dffd420b2e5f8
parentbdf751293ec62f361985430ec748726883b4831a (diff)
Fixed a broken line of code in "rotate polygon".
-rw-r--r--data/GSOC examples/rotate polygon2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/GSOC examples/rotate polygon b/data/GSOC examples/rotate polygon
index 6061bfd..01d2b9d 100644
--- a/data/GSOC examples/rotate polygon
+++ b/data/GSOC examples/rotate polygon
@@ -91,7 +91,7 @@ poly1 = Polygon(number_of_sides, side_length)
# Commented out is the code which creates two more polygons. You could
# uncomment it to try it out. Code:
# poly2 = Polygon(number_of_sides, side_length)
-# triangle1 = Polygon(length)
+# triangle1 = Polygon(length = side_length)
# Background color will be black.
bgcolor = (0, 0, 0)