From 676772ee647507fd3b0667109c8d698e8d601281 Mon Sep 17 00:00:00 2001 From: Guillaume Collic Date: Wed, 12 Aug 2020 21:37:06 +0200 Subject: [PATCH] Clarify rectangularHole x,y parameters (center) --- boxes/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index aa1775c..1393bd3 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -1181,10 +1181,10 @@ class Boxes: @holeCol def rectangularHole(self, x, y, dx, dy, r=0): """ - Draw an rectangulat hole + Draw an rectangular hole - :param x: position - :param y: position + :param x: position of the center + :param y: position of the center :param dx: width :param dy: height :param r: (Default value = 0) radius of the corners