From 9b0c8425223ac6d240fec1f6b23e96331d5a95e0 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Mon, 3 Jan 2022 13:31:42 +0100 Subject: [PATCH] Fix docstring formatting --- boxes/__init__.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/boxes/__init__.py b/boxes/__init__.py index ea2db8e..67e4c68 100755 --- a/boxes/__init__.py +++ b/boxes/__init__.py @@ -1693,14 +1693,12 @@ class Boxes: """ Return the geometry of a pices of surroundingWall with the given callback number. - :param cbnr: number of the callback corresponding to - this part of the wall + :param cbnr: number of the callback corresponding to this part of the wall :param x: width of matching roundedPlate :param y: height of matching roundedPlate :param r: corner radius of matching roundedPlate :param pieces: (Default value = 1) number of separate pieces - :return: (left, length, right) left and right are Booleans that are - True if the start or end of the wall is on that side. + :return: (left, length, right) left and right are Booleans that are True if the start or end of the wall is on that side. """ if pieces<=2 and (y - 2 * r) < 1E-3: # remove zero length y sides