Skip to content

Commit 3bbd7b8

Browse files
committed
Add a note about significant whitespace near the beginning (without using that specific term.) Is expanded on later in the Functions chapter. Fixes OpenTechSchool#33
1 parent 371e972 commit 3bbd7b8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/en/simple_drawing.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ until you click on it::
6262

6363
turtle.exitonclick()
6464

65+
.. note::
66+
67+
Python is a programming language where horizontal indenting of text is important. We'll learn all about this in the Functions chapter later on, but for now just keep in mind that stray spaces or tabs before any line of Python code will cause an unexpected error.
68+
6569
Drawing a square
6670
================
6771

0 commit comments

Comments
 (0)