Skip to content

Commit bc1dc13

Browse files
authored
Merge pull request #1085 from compas-dev/typo-box-docs
typo
2 parents 8e1ff0a + 6c8c0ab commit bc1dc13

File tree

1 file changed

+1
-1
lines changed
  • src/compas/geometry/shapes

1 file changed

+1
-1
lines changed

src/compas/geometry/shapes/box.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class Box(Shape):
4141
The size of the box in the box frame's x direction.
4242
ysize : float
4343
The size of the box in the box frame's y direction.
44-
ysize : float
44+
zsize : float
4545
The size of the box in the box frame's z direction.
4646
xmin : float, read-only
4747
Minimum value along local X axis.

0 commit comments

Comments
 (0)