File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Simple drawing with turtle
44Introduction
55============
66
7- Turtle is like a drawing board.
7+ Turtle is like a drawing board.
88
99It has functions like ``turtle.forward(...) `` and ``turtle.left(...) `` which
1010can move the turtle around.
@@ -35,7 +35,7 @@ required to make it work from files)::
3535.. image :: /images/left.png
3636
3737
38- The ``turtle.forward(...) `` function tells the turtle to move forward
38+ The ``turtle.forward(...) `` function tells the turtle to move forward
3939by the given distance. ``turtle.left(...) `` takes a number of degrees which you want
4040to rotate to the left. (There are ``turtle.backward(...) `` and
4141``turtle.right(...) ``, too.)
@@ -177,7 +177,7 @@ Bonus
177177-----
178178
179179How about a triangle? In an equilateral triangle (a triangle with all
180- sides of equal length) each corner has an angle of 120 degrees.
180+ sides of equal length) each corner has an angle of 60 degrees.
181181
182182
183183More squares
You can’t perform that action at this time.
0 commit comments