Skip to content

Commit bb31e61

Browse files
Update src/compas/geometry/surfaces/nurbs.py
Co-authored-by: Chen Kasirer <[email protected]>
1 parent 8edb83d commit bb31e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/geometry/surfaces/nurbs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def domain_v(self):
258258

259259
@classmethod
260260
def from_cylinder(cls, cylinder, *args, **kwargs):
261-
"""Construct a surface from a sphere.
261+
"""Construct a surface from a cylinder.
262262
263263
Parameters
264264
----------

0 commit comments

Comments
 (0)