Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/data/GSOC examples/rotate polygon
diff options
context:
space:
mode:
Diffstat (limited to 'data/GSOC examples/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)