We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c91ec4 commit be6a7aeCopy full SHA for be6a7ae
docs/source/drawing_shapes.rst
@@ -228,7 +228,7 @@ There are two commands for drawing a straight line from one point to another:
228
Vectorized methods
229
------------------
230
231
-Some methods like ``fill_rect`` and ``fill_circle`` have a vectorized counterpart: ``fill_rects`` and ``fill_cicles``. It is essential
+Some methods like ``fill_rect`` and ``fill_circle`` have a vectorized counterpart: ``fill_rects`` and ``fill_circles``. It is essential
232
to use those methods when you want to draw the same shape multiple times with the same style.
233
234
For example, it is way faster to run:
0 commit comments