From cc12f81f61fc773f37c64b7497f55a6516132f45 Mon Sep 17 00:00:00 2001 From: bilhox <69472620+bilhox@users.noreply.github.com> Date: Sun, 1 Sep 2024 00:16:59 +0200 Subject: [PATCH] fixed tyo --- docs/reST/ref/rect.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reST/ref/rect.rst b/docs/reST/ref/rect.rst index 82738524ac..fe8ea6b7c7 100644 --- a/docs/reST/ref/rect.rst +++ b/docs/reST/ref/rect.rst @@ -94,7 +94,7 @@ overridden if any extra attributes need to be copied. .. versionadded:: 2.5.2 - ``rel_center`` added to Rect / FRect. This will return you ``Coordinate`` of + ``rel_center`` added to Rect / FRect. This will return you a ``Coordinate`` of the center relative to the topleft of the Rect. Setting a ``Coordinate`` to it will modify the size of the rect to 2 times the ``Coordinate`` used. Below you can find a code example of how it should work :