Skip to content

Commit

Permalink
Fix formatting of bbox docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur R. Bingol committed Mar 6, 2018
1 parent c41e176 commit 2d7d37f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions geomdl/BSpline.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,9 @@ def bbox(self):
""" Bounding box.
Evaluates the bounding box of the curve and returns the minimum and maximum coordinates.
:getter: Gets bounding box
:type: list
"""
if not self._bounding_box:
self._eval_bbox()
Expand Down Expand Up @@ -1380,7 +1382,9 @@ def bbox(self):
""" Bounding box.
Evaluates the bounding box of the surface and returns the minimum and maximum coordinates.
:getter: Gets bounding box
:type: list
"""
if not self._bounding_box:
self._eval_bbox()
Expand Down

0 comments on commit 2d7d37f

Please sign in to comment.