Skip to content

Commit

Permalink
fixes RH-29458 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
acormier committed May 5, 2015
1 parent f46fd2c commit c6240ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Scripts/rhinoscript/surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,9 +435,9 @@ def AddSrfControlPtGrid(count, points, degree=(3,3)):


def AddSrfPt(points):
"""Creates a new surface from either 3 or 4 control points.
"""Creates a new surface from either 3 or 4 corner points.
Parameters:
points = list of either 3 or 4 control points
points = list of either 3 or 4 corner points
Returns
The identifier of the new object if successful.
None if not successful, or on error.
Expand Down

0 comments on commit c6240ba

Please sign in to comment.