Skip to content

Commit 9c9c108

Browse files
authored
Merge pull request #193 from schweinsbergs/master
Thanks! closes #754
2 parents bde4228 + 3c898c2 commit 9c9c108

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 methods 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)