Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: nulano <nulano@nulano.eu>
  • Loading branch information
hugovk and nulano authored Oct 13, 2020
1 parent 41ca42f commit 3b6d29e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/releasenotes/8.0.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ Improved ellipse-drawing algorithm
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The ellipse-drawing algorithm has been changed from drawing a 360-sided polygon to one
which resembles Bresenham's algorithm's for circles. It should be faster and produce
which resembles Bresenham's algorithm for circles. It should be faster and produce
smoother curves, especially for smaller ellipses.

ImageDraw.text and ImageDraw.multiline_text
Expand Down

0 comments on commit 3b6d29e

Please sign in to comment.