Skip to content

Commit

Permalink
Fixed light typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emcconville committed Sep 17, 2014
1 parent fa6874c commit 94db565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guide/draw.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ An example of a half-partial ellipse::

draw.ellipse((50, 50), # Origin (center) point
(40, 20), # 80px wide, and 40px tall
(90,-90)) # Draw half of ellipse fro bottom to top
(90,-90)) # Draw half of ellipse from bottom to top

.. image:: ../_images/draw-ellipse-part.gif
:alt: draw-ellipse-part.gif
Expand Down Expand Up @@ -172,7 +172,7 @@ The following example will use this method draw a math function across a given
draw.point(x, y)
draw(image)

.. image:: ../_images/draw-point-path.gif
.. image:: ../_images/draw-point-math.gif
:alt: draw-point-math.gif

Color of the point can be defined by setting the following property
Expand Down

0 comments on commit 94db565

Please sign in to comment.