diff --git a/src/compas/geometry/curves/line.py b/src/compas/geometry/curves/line.py index dc3bd9f1eae..427d82511a3 100644 --- a/src/compas/geometry/curves/line.py +++ b/src/compas/geometry/curves/line.py @@ -304,7 +304,7 @@ def point_at(self, t): t : float The relative position along the line as a fraction of the length of the line. 0.0 corresponds to the start point and 1.0 corresponds to the end point. - Number outside of this range are also valid and correspond to points beyond the start and end point. + Numbers outside of this range are also valid and correspond to points beyond the start and end point. Returns -------