Skip to content

Commit 0df0d0f

Browse files
committed
Remove the jargon term API
1 parent 23122dc commit 0df0d0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/en/conditional_loops.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ a ``while`` loop, and some new turtle functions:
3232
* ``turtle.towards(0,0)`` - The angle to get back to origin
3333
* ``turtle.setheading(angle)`` - Directly set the turtle direction
3434

35-
Now you will need to implement the prison logic using the API calls
36-
above, a ``while`` loop and a bit of conditional logic. It's a bit of
37-
a stretch but keep at it! Don't be afraid to talk it out with a coach
38-
or another student.
35+
Now you will need to implement the prison logic using these turtle
36+
functions, a ``while`` loop and a bit of conditional logic. It's a bit
37+
of a stretch but keep at it! Don't be afraid to talk it out with a
38+
coach or another student.
3939

4040

4141
Solution

0 commit comments

Comments
 (0)