From 4460f8cc639456b8baaeb5cadfd268708a5c1cbc Mon Sep 17 00:00:00 2001 From: "Onur R. Bingol" Date: Mon, 5 Mar 2018 23:51:45 -0600 Subject: [PATCH] Minor documentation updates --- geomdl/BSpline.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geomdl/BSpline.py b/geomdl/BSpline.py index af6bee10..5948dac2 100644 --- a/geomdl/BSpline.py +++ b/geomdl/BSpline.py @@ -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: @@ -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: