Skip to content

Commit 7915422

Browse files
committed
forgot to remove a line
1 parent 07e3229 commit 7915422

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/en/functions.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ Solution
9696
turtle.forward(50)
9797
turtle.left(90)
9898

99-
# Set the angle we want to use for our square
10099
tilted_square()
101100
tilted_square()
102101
tilted_square()
@@ -132,7 +131,7 @@ Comments can also go at the end of a line, like this:
132131

133132
::
134133

135-
turtle.left(20) # now we can change the angle only here
134+
turtle.left(20) # now we can change the angle only here
136135

137136

138137
A function for a hexagon

0 commit comments

Comments
 (0)