Skip to content

Commit

Permalink
Remember how to indent
Browse files Browse the repository at this point in the history
  • Loading branch information
stuaxo committed May 2, 2016
1 parent 71822a3 commit 2524188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ The most evident purpose of scripting is to automate repetitive tasks; for
example, one could create an image with 2000 randomly positioned circles with
two lines of code:

.. shoebot::
:snapshot:
.. shoebot::
:snapshot:

for step in range(2000):
ellipse(random(WIDTH), random(HEIGHT), 10, 10)
Expand Down

0 comments on commit 2524188

Please sign in to comment.