From 6c8c0abb0fb62b393a4f6a648cdb54544254dedc Mon Sep 17 00:00:00 2001 From: Gonzalo Casas Date: Wed, 5 Oct 2022 21:41:04 +0200 Subject: [PATCH] typo --- src/compas/geometry/shapes/box.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compas/geometry/shapes/box.py b/src/compas/geometry/shapes/box.py index 309e28963d3d..1a6260999ba6 100644 --- a/src/compas/geometry/shapes/box.py +++ b/src/compas/geometry/shapes/box.py @@ -41,7 +41,7 @@ class Box(Shape): The size of the box in the box frame's x direction. ysize : float The size of the box in the box frame's y direction. - ysize : float + zsize : float The size of the box in the box frame's z direction. xmin : float, read-only Minimum value along local X axis.