Skip to content

Commit 458aa25

Browse files
Update src/compas/geometry/curves/line.py
Co-authored-by: Gonzalo Casas <[email protected]>
1 parent 80b21c2 commit 458aa25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compas/geometry/curves/line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def point_at(self, t):
304304
t : float
305305
The relative position along the line as a fraction of the length of the line.
306306
0.0 corresponds to the start point and 1.0 corresponds to the end point.
307-
Number outside of this range are also valid and correspond to points beyond the start and end point.
307+
Numbers outside of this range are also valid and correspond to points beyond the start and end point.
308308
309309
Returns
310310
-------

0 commit comments

Comments
 (0)