Whitespace normalization.

This commit is contained in:
Tim Peters 2006-07-11 02:17:48 +00:00
parent 93ab5fa191
commit 12c00f79bc
1 changed files with 1 additions and 1 deletions

View File

@ -920,7 +920,7 @@ def demo2():
down();
color("red")
# create a second turtle and make the original pursue and catch it
turtle=Turtle()
turtle.reset()