Skip to content

Commit 3c898c2

Browse files
committed
Change to text for clarification
1 parent 30f2572 commit 3c898c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_sources/PythonTurtle/OurFirstTurtleProgram.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ The color of the turtle, the width of its pen(tail), the position of the turtle
160160
within the window, which way it is facing, and so on are all part of its
161161
current **state**. Similarly, the window object has a background color which is part of its state.
162162

163-
Quite a number of properties exist that allow us to modify the turtle and
163+
Quite a number of attributes and methods exist that allow us to modify the turtle and
164164
window objects. In the example below, we show just show a couple and have only commented those
165165
lines that are different from the previous example. Note also that we have decided to call our turtle object *tess*.
166166

0 commit comments

Comments
 (0)