From f1d31644a43c87e8865474b4b1b56b6523c5b5e5 Mon Sep 17 00:00:00 2001 From: Dan Lawrence Date: Tue, 31 Dec 2024 11:08:35 +0000 Subject: [PATCH] Update docs/reST/ref/geometry.rst --- docs/reST/ref/geometry.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)`.