Skip to content

Commit f15e014

Browse files
committed
fix docstring
1 parent b1c7276 commit f15e014

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

src/compas/geometry/shapes/box.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,25 +24,25 @@ class Box(Shape):
2424
2525
Parameters
2626
----------
27-
frame : :class:`~compas.geometry.Frame`
28-
The frame of the box.
2927
xsize : float
3028
The size of the box in the box frame's x direction.
3129
ysize : float
3230
The size of the box in the box frame's y direction.
3331
zsize : float
3432
The size of the box in the box frame's z direction.
33+
frame : :class:`~compas.geometry.Frame`
34+
The frame of the box.
3535
3636
Attributes
3737
----------
38-
frame : :class:`~compas.geometry.Frame`
39-
The box's frame.
4038
xsize : float
4139
The size of the box in the box frame's x direction.
4240
ysize : float
4341
The size of the box in the box frame's y direction.
4442
zsize : float
4543
The size of the box in the box frame's z direction.
44+
frame : :class:`~compas.geometry.Frame`
45+
The box's frame.
4646
xmin : float, read-only
4747
Minimum value along local X axis.
4848
xmax : float, read-only

0 commit comments

Comments
 (0)