diff --git a/docs/reST/ref/geometry.rst b/docs/reST/ref/geometry.rst index f8d93d83e4..27ca4cea1b 100644 --- a/docs/reST/ref/geometry.rst +++ b/docs/reST/ref/geometry.rst @@ -612,7 +612,7 @@ .. attribute:: center - | :sl:`the coordinate of the middle point of the line` + | :sl:`the coordinates of the middle point of the line` | :sg:`center -> (float, float)` The center of the line. It's equivalent to `((ax + bx) / 2, (ay + by) / 2)`.