Skip to content

Commit 025f007

Browse files
committed
More docstring updates
1 parent efda0b7 commit 025f007

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

geomdl/operations.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def add_dimension(obj, **kwargs):
148148

149149

150150
def derivative_curve(obj):
151-
""" Computes the hodograph (first derivative) curve of the input curve
151+
""" Computes the hodograph (first derivative) curve of the input curve.
152152
153153
This function constructs the hodograph (first derivative) curve from the input curve by computing the degrees,
154154
knot vectors and the control points of the derivative curve.
@@ -381,7 +381,7 @@ def decompose_surface(obj, **kwargs):
381381

382382

383383
def derivative_surface(obj):
384-
""" Computes the hodograph (first derivative) surface of the input surface
384+
""" Computes the hodograph (first derivative) surface of the input surface.
385385
386386
This function constructs the hodograph (first derivative) surface from the input surface by computing the degrees,
387387
knot vectors and the control points of the derivative surface.

0 commit comments

Comments
 (0)