Skip to content

Commit

Permalink
Minor documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Onur R. Bingol committed Mar 6, 2018
1 parent 2d7d37f commit 4460f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geomdl/BSpline.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ def delta(self, value):
def curvepts(self):
""" Evaluated curve points.
:getter: (x, y) coordinates of the evaluated surface points
:getter: Gets the coordinates of the evaluated points
:type: list
"""
if not self._curve_points:
Expand Down Expand Up @@ -1369,7 +1369,7 @@ def delta(self, value):
def surfpts(self):
""" Evaluated surface points.
:getter: (x, y, z) coordinates of the evaluated surface points
:getter: Gets the coordinates of the evaluated points
:type: list
"""
if not self._surface_points:
Expand Down

0 comments on commit 4460f8c

Please sign in to comment.