From 41d83b63a103e18dad284073097b8b93f1a637a0 Mon Sep 17 00:00:00 2001 From: Dinko Galetic Date: Fri, 11 Jun 2010 09:08:42 +0000 Subject: Fixed a broken line of code in "rotate polygon". --- 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) -- cgit v0.9.1