Skip to content

Commit 8cb5f93

Browse files
authored
Merge pull request #184 from kylebarron/patch-1
Fix typo in drawing_shapes.rst
2 parents 8c91ec4 + be6a7ae commit 8cb5f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/drawing_shapes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ There are two commands for drawing a straight line from one point to another:
228228
Vectorized methods
229229
------------------
230230

231-
Some methods like ``fill_rect`` and ``fill_circle`` have a vectorized counterpart: ``fill_rects`` and ``fill_cicles``. It is essential
231+
Some methods like ``fill_rect`` and ``fill_circle`` have a vectorized counterpart: ``fill_rects`` and ``fill_circles``. It is essential
232232
to use those methods when you want to draw the same shape multiple times with the same style.
233233

234234
For example, it is way faster to run:

0 commit comments

Comments
 (0)