Skip to content

Commit 8b11fba

Browse files
committed
added missing type in docstring
1 parent 115cd01 commit 8b11fba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas_rhino/geometry/surfaces/surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def from_frame(cls, frame, u_interval, v_interval, uv_degrees=(1, 1), uv_point_c
203203
The parametric domain of the V parameter. v_interval[0] => v_interval[1].
204204
uv_degrees : tuple(int, int)
205205
Degree of U and V parameters. Default is 1 in both directions for a simple planar surface.
206-
uv_point_counts :
206+
uv_point_counts : tuple(int, int)
207207
Number of control points in each parameter. Default is 2 in both directions for a simple planar surface.
208208

209209
Returns

0 commit comments

Comments
 (0)