Fix various typos

This commit is contained in:
luzpaz
2023-09-07 15:20:00 +00:00
committed by wwmayer
parent 7f2076afb8
commit 4dbbe85c2b
5 changed files with 7 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ def make_circle(radius, placement=None, face=None, startangle=None, endangle=Non
Creates a circle object with given parameters.
If startangle and endangle are provided and not equal, the object will show
an arc instead of a full cirle.
an arc instead of a full circle.
Parameters
----------