OpenTechSchool / python-beginners

Workshop material for "Introduction to Programming with Python"
http://opentechschool.github.io/python-beginners/
175 stars 253 forks source link

Correct sentence: penup isn't moving. #25

Closed gnunicorn closed 11 years ago

gnunicorn commented 11 years ago

People stumple upon this sentence:

"Draw a dashed line. You can move the turtle without tracing a line behind you with the turtle.penup() function; put it back on the ground with turtle.pendown()." at http://opentechschool.github.com/python-beginners/en/loops.html#drawing-a-dashed-line

Ivoz commented 11 years ago

Hopefully this commit is a better wording. Let me know if you think it could be improved, or chuck over a pull request.